From 75ab40a4e7af318fa4584c3e9b8355227536ea48 Mon Sep 17 00:00:00 2001 From: "Claude (Chronicler #56)" Date: Fri, 3 Apr 2026 02:06:54 +0000 Subject: [PATCH] feat: add comprehensive mobile responsive CSS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit WHAT WAS DONE: Created mobile-responsive.css with fixes for all mobile layout issues observed in testing on actual mobile device. MOBILE FIXES (up to 768px): - All 2-column and 3-column grids stack vertically - Font sizes reduced (h1: 2.5rem, h2: 2rem, h3: 1.5rem) - Excessive padding reduced (100px → 40px, 80px → 40px, etc.) - Footer columns stack vertically instead of side-by-side overflow - Fire/Frost path cards stack on mobile - Why Firefrost cards (Security/Community/Legacy) stack - Buttons sized appropriately for mobile (15px 30px) - Images constrained to 100% width - Horizontal overflow prevented TABLET FIXES (769px - 1024px): - 3-column grids become 2-column - Moderate padding reduction - Font size optimization INTEGRATION: - Added to head.njk so it applies to all pages site-wide - Uses media queries with !important to override inline styles - Targets specific style patterns from our inline-styled pages TESTING: Based on actual mobile screenshots showing: - Fire/Frost cards cutting off (Image 4) - Why Firefrost cards side-overflow (Image 3) - Footer 3-column overflow (Images 1-2) STATUS: Ready for mobile testing after deploy Signed-off-by: Claude (Chronicler #56) --- _includes/head.njk | 1 + src/css/mobile-responsive.css | 182 ++++++++++++++++++++++++++++++++++ 2 files changed, 183 insertions(+) create mode 100644 src/css/mobile-responsive.css diff --git a/_includes/head.njk b/_includes/head.njk index a3efa89..ecb79c6 100644 --- a/_includes/head.njk +++ b/_includes/head.njk @@ -4,6 +4,7 @@ {{ title }} | Firefrost Gaming +