reveals
Some checks failed
Build & Deploy MB Grid Solutions / build-and-deploy (push) Failing after 24s

This commit is contained in:
2026-01-29 01:00:58 +01:00
parent 36c432606f
commit 912e430725
6 changed files with 194 additions and 64 deletions

View File

@@ -32,10 +32,16 @@
}
body {
@apply bg-surface text-text-main antialiased selection:bg-accent/20 selection:text-accent;
@apply bg-surface text-text-main antialiased selection:bg-accent/20 selection:text-accent overflow-x-hidden;
font-feature-settings: "cv02", "cv03", "cv04", "cv11";
}
.motion-fix {
backface-visibility: hidden;
transform-style: preserve-3d;
perspective: 1000px;
}
h1, h2, h3, h4, h5, h6 {
@apply font-bold tracking-tight text-primary;
text-wrap: balance;