Use flex gap for header spacing (#901)

* Use flex gap for header spacing

* Remove extra margin
This commit is contained in:
mudknight
2026-04-18 04:33:39 -07:00
committed by GitHub
parent 67ad68a23f
commit 0ced53c059

View File

@@ -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;
}
}
}