diff --git a/src/static/styles/main.css b/src/static/styles/main.css index 3a7da9a..8daed62 100644 --- a/src/static/styles/main.css +++ b/src/static/styles/main.css @@ -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;