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 ========================================================== */