edit css
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
* {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
|
||||
Reference in New Issue
Block a user