From 52be9d6c0cd9e4cb6e7585d1e6e4c60c9d4e9c2f Mon Sep 17 00:00:00 2001 From: Mike Rockwell Date: Thu, 17 Jul 2025 23:57:09 -0400 Subject: [PATCH] reduce margin on footer --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 2fffee6..0f455fe 100644 --- a/style.css +++ b/style.css @@ -242,7 +242,7 @@ body { line-height:1.6; } .container p { - margin:0 0 var(--spacing-xl) 0; + margin:0 0 var(--spacing-l) 0; font-size:var(--scale-1); line-height:1.6; } @@ -255,7 +255,7 @@ body { /* Footer */ footer { - margin:var(--spacing-xl) 0; /* 4rem (64px) top and bottom */ + margin:var(--spacing-l) 0; /* 4rem (64px) top and bottom */ font-size:var(--scale-0); }