We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 155b6c4 commit b4291d4Copy full SHA for b4291d4
templates/style/_navbar.scss
@@ -26,7 +26,8 @@ div.nav-container {
26
top: 0;
27
position: sticky;
28
color: var(--color-navbar-standard);
29
- font-family: $font-family-sans;
+ /* The font size must be specified in pixels because the height is specified in pixels. */
30
+ font: 16px $font-family-sans;
31
32
li {
33
border-left: 1px solid var(--color-border);
0 commit comments