Skip to content

Commit 6d65311

Browse files
committed
mobile nav menu spacing
1 parent f887b9b commit 6d65311

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

src/components/Nav/styles.module.scss

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@
3333
justify-content: space-between;
3434
height: 35px;
3535
width: 100%;
36-
padding: var(--spacing-xs) 0;
36+
a {
37+
height: 25px;
38+
}
3739
}
3840

3941
&:global(.open) {
@@ -67,6 +69,9 @@
6769
gap: var(--spacing-xs);
6870
padding: 0;
6971
margin-bottom: 10px;
72+
a {
73+
height: unset;
74+
}
7075
}
7176

7277
.toggle {
@@ -97,7 +102,7 @@
97102

98103
svg {
99104
height: 1rem;
100-
width: 1rem;
105+
width: 1.25rem;
101106
}
102107
@media (min-width: $breakpoint-tablet) {
103108
display: none !important;

0 commit comments

Comments
 (0)