This commit is contained in:
madarsbiss 2021-09-22 17:43:25 +03:00
parent f20eb30d8d
commit 4602f9f92a
2 changed files with 1 additions and 3 deletions

View File

@ -8,7 +8,6 @@
border-radius: 30px;
display: grid;
grid-template-columns: 1fr 2fr;
margin: 0 20px;
}
@media only screen and (max-width: 950px) {
@ -22,7 +21,7 @@
@media only screen and (max-width: 600px) {
.wrapper {
margin: 0 auto;
margin: 0;
border-radius: 0;
}
}

View File

@ -3,7 +3,6 @@
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {