This commit is contained in:
2025-08-04 16:57:37 +02:00
parent 0eee1629c6
commit 045486365d
8 changed files with 277 additions and 10 deletions

View File

@@ -64,6 +64,9 @@
--container-2xl: 40rem;
/* 3D perspective utilities */
--perspective-1000: 1000px;
@keyframes fade-in {
from {
opacity: 0;
@@ -219,4 +222,4 @@
body {
@apply bg-background text-foreground;
}
}
}