feat: payload cms
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 8s
Build & Deploy / 🧪 QA (push) Failing after 1m13s
Build & Deploy / 🏗️ Build (push) Failing after 5m53s
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🧪 Smoke Test (push) Has been skipped
Build & Deploy / ⚡ Lighthouse (push) Has been skipped
Build & Deploy / ♿ WCAG (push) Has been skipped
Build & Deploy / 🛡️ Quality Gates (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 4s

This commit is contained in:
2026-02-24 02:28:48 +01:00
parent 41cfe19cbf
commit a5d77fc69b
89 changed files with 25282 additions and 1903 deletions

View File

@@ -54,6 +54,7 @@
stroke-dasharray: 1;
stroke-dashoffset: 1;
}
to {
stroke-dasharray: 1;
stroke-dashoffset: 0;
@@ -174,6 +175,18 @@
}
@layer base {
html {
/* Scale text down slightly on mobile (87.5% of 16px = 14px) */
font-size: 87.5%;
}
@media (min-width: 768px) {
html {
/* Normal scaling on tablet and desktop (100% = 16px) */
font-size: 100%;
}
}
.bg-primary a,
.bg-primary-dark a {
@apply text-white/90 hover:text-white transition-colors;