Change banner padding
This commit is contained in:
parent
7e92e233fe
commit
bcbd682afe
@ -456,7 +456,7 @@ section:not(:last-child) {
|
|||||||
background-position: center;
|
background-position: center;
|
||||||
color: white;
|
color: white;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 8rem 1rem;
|
padding: 4rem 1rem;
|
||||||
font-family: 'Vollkorn', serif;
|
font-family: 'Vollkorn', serif;
|
||||||
}
|
}
|
||||||
.site__banner h1 {
|
.site__banner h1 {
|
||||||
@ -568,7 +568,7 @@ article + article {
|
|||||||
/* Products
|
/* Products
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
.product__list {
|
.product__list {
|
||||||
margin-top: 8rem;
|
margin-top: 4rem;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(2, 1fr);
|
grid-template-columns: repeat(2, 1fr);
|
||||||
gap: 8rem;
|
gap: 8rem;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user