From 4e1c083a14f269227fc7743c6d80e855539bfa41 Mon Sep 17 00:00:00 2001 From: bronkuu Date: Mon, 27 Apr 2026 17:24:18 +0200 Subject: [PATCH] some layout fixes --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index ef6fadf..03ff70c 100644 --- a/style.css +++ b/style.css @@ -161,8 +161,7 @@ nav > div { .featured-delights { & > div { max-width: var(--max-content-width); - margin: 0 auto; - padding: 4rem 2rem; + margin: 6rem auto; display: flex; flex-direction: column; align-items: center; @@ -309,6 +308,7 @@ footer { grid-template-columns: 3fr 2fr 2fr; max-width: var(--max-content-width); margin: 3rem auto; + padding: 1rem 2rem; gap: 1rem; & > :first-child {