Updated layout and added suspense

This commit is contained in:
2025-08-22 11:24:31 +02:00
parent b9959e86b7
commit a7c8b1cef4
7 changed files with 234 additions and 203 deletions

View File

@@ -22,6 +22,11 @@
--color-mc-white: #FFFFFF;
}
@theme inline {
--spacing-header: 3.75rem;
--spacing-content: calc(100vh - var(--spacing-header));
}
@theme inline {
--radius-sm: calc(var(--radius) - 4px);
--radius-md: calc(var(--radius) - 2px);