reduce footer margin

This commit is contained in:
2025-07-17 23:47:40 -04:00
parent 3a3f7c7878
commit fe14632541

View File

@@ -255,7 +255,7 @@ body {
/* Footer */ /* Footer */
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); font-size:var(--scale-0);
} }