Change banner padding

This commit is contained in:
Nathan Chapman 2022-04-24 14:54:37 -06:00
parent 7e92e233fe
commit bcbd682afe

View File

@ -456,7 +456,7 @@ section:not(:last-child) {
background-position: center;
color: white;
text-align: center;
padding: 8rem 1rem;
padding: 4rem 1rem;
font-family: 'Vollkorn', serif;
}
.site__banner h1 {
@ -568,7 +568,7 @@ article + article {
/* Products
========================================================================== */
.product__list {
margin-top: 8rem;
margin-top: 4rem;
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 8rem;