Skip to content

Commit a8ffedc

Browse files
author
andla830
committed
Fix navigation margins
1 parent 8693517 commit a8ffedc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

_sass/main.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,10 @@ p a {
215215
@include media-query($on-mobile) {
216216

217217
line-height: 30px;
218-
219-
&:not(:last-child) {
220-
margin-right: 15px;
218+
.nav-link {
219+
&:not(:last-child) {
220+
margin-right: 15px;
221+
}
221222
}
222223

223224
}

0 commit comments

Comments
 (0)