diff --git a/static/css/components/header.css b/static/css/components/header.css index 64bc849d..2626dc9b 100644 --- a/static/css/components/header.css +++ b/static/css/components/header.css @@ -19,6 +19,7 @@ align-items: center; justify-content: space-between; height: 100%; + gap: 1rem; } /* Responsive header container for larger screens */ @@ -65,7 +66,6 @@ display: flex; gap: 0.5rem; flex-shrink: 0; - margin-right: 1rem; } .nav-item { @@ -101,7 +101,6 @@ .header-search { flex: 1; max-width: 400px; - margin: 0 1rem; transition: opacity 0.2s ease; } @@ -288,4 +287,4 @@ .header-search { flex: 1; } -} \ No newline at end of file +}