Skip to content

Commit d0d49fb

Browse files
committed
minor fix
1 parent 666897c commit d0d49fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scss/custom.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -776,11 +776,11 @@ ol {
776776

777777
@include bp-max('tablet') {
778778
.nav-dropdown-menu ul {
779-
gap: 16px; // More spacing between items on mobile
779+
gap: 15px;
780780
}
781781

782782
.nav-dropdown-menu a {
783-
width: 100%; // Makes each box take full width of dropdown
783+
width: 80%;
784784
}
785785
}
786786

0 commit comments

Comments
 (0)