ci-run-20250918-2021 #28

Merged
Nicholai merged 35 commits from ci-run-20250918-2021 into main 2025-10-30 08:10:55 +00:00
Showing only changes of commit 629e623826 - Show all commits

View File

@ -3,19 +3,9 @@
@custom-variant dark (&:is(.dark *));
/* Construction banner spacing */
body:has(.construction-banner) nav {
top: 60px !important;
}
/* Ensure navigation content stays properly aligned when banner is present */
body:has(.construction-banner) nav .max-w-\[1800px\] {
height: 80px; /* h-20 equivalent */
}
body:has(.construction-banner) nav .flex.items-center {
height: 100%;
align-items: center;
/* Construction banner spacing - push content down instead of nav */
body:has(.construction-banner) {
padding-top: 60px;
}
:root {