We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e6185 commit bb542bcCopy full SHA for bb542bc
src/components/base/Navigation.astro
@@ -203,7 +203,7 @@ const { activeSlug } = Astro.props;
203
#desktop-nav {
204
// vars
205
--main-padding: 12px 32px;
206
- --items-gap: 12px;
+ --items-gap: 0px;
207
display: none;
208
background-color: var(--surface-frame-bg);
209
z-index: 4;
@@ -226,7 +226,7 @@ const { activeSlug } = Astro.props;
226
227
@include break-up(xl) {
228
--main-padding: 12px 64px;
229
- --items-gap: 32px;
+ //--items-gap: 32px;
230
}
231
232
.nav-logo {
0 commit comments