responsive

This commit is contained in:
p-wojt 2022-01-08 23:41:57 +01:00
parent ef26f5849b
commit bab8abb1c2
1 changed files with 3 additions and 1 deletions

View File

@ -106,6 +106,7 @@ ul {
left: 50%;
transform: translate(-50%, -50%);
margin-left: 5rem;
width: 60rem;
text-align: center;
}
@ -123,7 +124,7 @@ ul {
@media screen and (max-width: 940px) {
canvas{
margin-top: 5rem;
height: 30rem;
height: 20rem;
margin: auto;
}
@ -133,5 +134,6 @@ ul {
left: 0;
width: 100%;
transform: translate(0, 0);
margin: 0;
}
}