fix: cleanup

This commit is contained in:
Christel Westerberg
2024-02-13 16:06:37 +01:00
parent 4b193541b2
commit 367dffc41d
7 changed files with 21 additions and 14 deletions

View File

@@ -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;
}
}