css improvements

This commit is contained in:
Fabian Schieder 2026-01-22 19:03:22 +01:00
parent d8a43275b5
commit 57bc6148f2

View File

@ -283,14 +283,15 @@ body {
/* ========================================================== /* ==========================================================
HEADER HEADER
========================================================== */ ========================================================== */
.header { .nav {
position: sticky; min-height: 64px;
top: 0; padding: 0 1.5rem;
z-index: 10; display: flex;
background: var(--header-bg); align-items: center;
box-shadow: 0 2px 10px rgba(0,0,0,0.15); justify-content: space-between;
} }
/* ========================================================== /* ==========================================================
NAV NAV
========================================================== */ ========================================================== */