From fe1463254161927e29832ae275d5003e2142e376 Mon Sep 17 00:00:00 2001 From: Mike Rockwell Date: Thu, 17 Jul 2025 23:47:40 -0400 Subject: [PATCH] reduce footer margin --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 793b32c..a78c8f7 100644 --- a/style.css +++ b/style.css @@ -255,7 +255,7 @@ body { /* Footer */ footer { - margin:var(--spacing-xxl) 0; /* 4rem (64px) top and bottom */ + margin:var(--spacing-xl) 0; /* 4rem (64px) top and bottom */ font-size:var(--scale-0); }