From 57bc6148f2c0fa9dcb96ae63a19a908602994d7f Mon Sep 17 00:00:00 2001 From: Fabian Schieder Date: Thu, 22 Jan 2026 19:03:22 +0100 Subject: [PATCH] css improvements --- style.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/style.css b/style.css index 339a97a..263665f 100755 --- a/style.css +++ b/style.css @@ -283,14 +283,15 @@ body { /* ========================================================== HEADER ========================================================== */ -.header { - position: sticky; - top: 0; - z-index: 10; - background: var(--header-bg); - box-shadow: 0 2px 10px rgba(0,0,0,0.15); +.nav { + min-height: 64px; + padding: 0 1.5rem; + display: flex; + align-items: center; + justify-content: space-between; } + /* ========================================================== NAV ========================================================== */