Feat v0.6.13 responsive spacing (#48)
All checks were successful
CI/CD / detect-changes (push) Successful in 3s
CI/CD / test-frontend (push) Successful in 6s
CI/CD / test-go-pg (push) Successful in 2m45s
CI/CD / test-sqlite (push) Successful in 2m49s
CI/CD / build-and-deploy (push) Successful in 1m33s

Co-authored-by: Jeffrey Smith <jasafpro@gmail.com>
Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
This commit was merged in pull request #48.
This commit is contained in:
2026-04-01 12:26:28 +00:00
committed by xcaliber
parent 221ae94f4f
commit 3af62a9cc5
25 changed files with 625 additions and 526 deletions

View File

@@ -67,6 +67,23 @@
--mono: 'JetBrains Mono', 'Söhne Mono', 'SF Mono', 'Fira Code', 'Consolas', monospace;
--transition: 180ms ease;
/* -- Spacing (4px grid) ------------------- */
--sp-1: 0.25rem; /* 4px */
--sp-2: 0.5rem; /* 8px */
--sp-3: 0.75rem; /* 12px */
--sp-4: 1rem; /* 16px */
--sp-5: 1.25rem; /* 20px */
--sp-6: 1.5rem; /* 24px */
--sp-8: 2rem; /* 32px */
--sp-10: 2.5rem; /* 40px */
--sp-12: 3rem; /* 48px */
/* -- Breakpoints --------------------------
Mobile: max-width: 768px
Tablet: max-width: 1024px
Desktop: default (no query)
----------------------------------------- */
/* Banner system — set by JS from /api/v1/admin/settings/banner */
--banner-top-height: 0px;
--banner-bottom-height: 0px;