From f54148dbe731cc3b09b264d7b37d788c61aff1d4 Mon Sep 17 00:00:00 2001 From: Myron Blair Date: Mon, 15 Jun 2026 17:23:32 +0000 Subject: [PATCH] Condense footer from 5 columns to 3 Merged Company + Support into a single Help column, removed Sub Categories section. Tightened grid gap, padding, and list spacing. Co-Authored-By: Claude Sonnet 4.6 --- assets/css/style.css | 10 +++++----- includes/footer.php | 21 ++------------------- 2 files changed, 7 insertions(+), 24 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 6f971c9..43e83a6 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -647,14 +647,14 @@ img { .footer { background: var(--color-text); color: white; - padding: 4rem 0 2rem; + padding: 2.5rem 0 1.5rem; } .footer-grid { display: grid; - grid-template-columns: 2fr 1fr 1fr 1fr; - gap: 3rem; - margin-bottom: 3rem; + grid-template-columns: 2fr 1fr 1fr; + gap: 2rem; + margin-bottom: 2rem; } .footer-brand p { @@ -675,7 +675,7 @@ img { } .footer-links li { - margin-bottom: 0.75rem; + margin-bottom: 0.5rem; } .footer-links a { diff --git a/includes/footer.php b/includes/footer.php index d3e79b2..c6f964e 100644 --- a/includes/footer.php +++ b/includes/footer.php @@ -30,29 +30,12 @@
-

Sub Categories

- -
- -
-

Company

+

Help

-
- -
-

Support

-