fix(theme): shrink mobile footer to match its compact icon row

This commit is contained in:
Ilia Mashkov
2026-07-14 17:33:44 +03:00
parent 702be45ce3
commit 3131f846b7
+2 -1
View File
@@ -127,7 +127,8 @@
--radius-md: var(--radius);
--radius-lg: var(--radius);
--container-section: var(--section-content-width);
--spacing-footer: 5rem;
/* Mobile shows compact 2rem icons, so it sits shorter than the desktop label row */
--spacing-footer: 3.5rem;
--spacing-footer-wide: 4rem;
/* Active-section vertical rhythm — fluid so it tracks the clamp() title instead of jumping at sm */
--spacing-section-gap: clamp(1.5rem, 5vw, 3.25rem);