fix: cleanup
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
gap: 60px;
|
||||
margin: 0 auto;
|
||||
max-width: 1200px;
|
||||
padding: 20px 10px 5px;
|
||||
padding: 20px 10px 25px;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
@@ -13,14 +13,14 @@
|
||||
font-size: 1.25rem;
|
||||
font-weight: 300;
|
||||
line-height: normal;
|
||||
margin-bottom: 20px;
|
||||
text-transform: none;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
@media (min-width: 740px){
|
||||
.container {
|
||||
background: transparent;
|
||||
padding: 20px 30px 15px;
|
||||
padding: 20px 30px 35px;
|
||||
grid-template-columns: 2fr 1fr;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user