navbar fixes

This commit is contained in:
Henri
2025-11-21 20:10:05 +02:00
parent 8c18827dc5
commit aae22efcaa
11 changed files with 358 additions and 112 deletions

View File

@@ -1,5 +1,7 @@
/* Global stylesheet */
@import "tailwindcss";
/* Design tokens & theme variables (light defaults) */
:root {
/* color tokens (light defaults) */
@@ -79,7 +81,7 @@ body {
min-height: 100vh;
-webkit-tap-highlight-color: transparent;
transition: background-color 160ms ease, color 160ms ease;
padding-top: var(--nav-height); /* reserve navbar */
padding-top: 20px;
}
/* Container pattern */