-
fix: optimize footer layout for mobile
Some checks failedBuild & Deploy / 🔍 Prepare (push) Successful in 7sBuild & Deploy / 🧪 QA (push) Successful in 2m8sBuild & Deploy / 🏗️ Build (push) Successful in 4m5sBuild & Deploy / 🚀 Deploy (push) Successful in 17sBuild & Deploy / 🧪 Post-Deploy Verification (push) Failing after 4m16sBuild & Deploy / 🔔 Notify (push) Successful in 4sreleased this
2026-02-28 09:53:00 +00:00 - Switch to grid-cols-2 on mobile (was grid-cols-1)
- Brand column: col-span-2 (full width on mobile)
- Legal + Company columns: col-span-1 each (side-by-side on mobile)
- Recent Posts column: col-span-2 (full width on mobile)
- Reduce footer padding: py-14 md:py-24 (was py-24)
- Tighten grid gap: gap-10 md:gap-16 (was gap-16)
- Bottom bar: flex-row always so copyright + language on one line
Downloads