Update navbar behavior with shrinking effect on scroll, refine layout and styles, and enhance backend sidebar for members management.

This commit is contained in:
2026-01-08 23:14:15 +01:00
parent a19d3b091e
commit 92101ca86a
4 changed files with 101 additions and 5 deletions

View File

@@ -19,4 +19,21 @@
@theme {
--font-jersey: Graduate, sans-serif;
--font-sans: Open Sans, Noto Sans, Barlow Semi Condensed, Ubuntu, Fira Sans, Catamaran, Cabin, Roboto, sans-serif;
}
@layer utilities {
.navbar-small {
}
.navbar-small > div {
@apply py-1;
}
.navbar-small h1 {
@apply text-lg;
}
.navbar-small nav {
@apply text-base;
}
}