Skip to content

Commit b4291d4

Browse files
jshasyphar
authored andcommitted
Set explicit font size for topbar
1 parent 155b6c4 commit b4291d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/style/_navbar.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ div.nav-container {
2626
top: 0;
2727
position: sticky;
2828
color: var(--color-navbar-standard);
29-
font-family: $font-family-sans;
29+
/* The font size must be specified in pixels because the height is specified in pixels. */
30+
font: 16px $font-family-sans;
3031

3132
li {
3233
border-left: 1px solid var(--color-border);

0 commit comments

Comments
 (0)