Skip to content

Commit 7812a8a

Browse files
yehor-podporinovYehor Podporinov
andauthored
fix font-weight for navbar link (#49)
Co-authored-by: Yehor Podporinov <[email protected]>
1 parent c551112 commit 7812a8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/AppNavbar.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ $gap-burger-btn-line: toRem(8);
9595
9696
.app-navbar .app-navbar__nav-link {
9797
font-family: var(--app-font-family-secondary);
98+
font-weight: 400;
9899
}
99100
100101
.app-navbar__burger-btn {

0 commit comments

Comments
 (0)