Skip to content

Commit bb542bc

Browse files
committed
navigation gap fix
1 parent f5e6185 commit bb542bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/base/Navigation.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ const { activeSlug } = Astro.props;
203203
#desktop-nav {
204204
// vars
205205
--main-padding: 12px 32px;
206-
--items-gap: 12px;
206+
--items-gap: 0px;
207207
display: none;
208208
background-color: var(--surface-frame-bg);
209209
z-index: 4;
@@ -226,7 +226,7 @@ const { activeSlug } = Astro.props;
226226

227227
@include break-up(xl) {
228228
--main-padding: 12px 64px;
229-
--items-gap: 32px;
229+
//--items-gap: 32px;
230230
}
231231

232232
.nav-logo {

0 commit comments

Comments
 (0)