scale navbar font size with its size
This commit is contained in:
parent
59eb3e734a
commit
1306c46a53
|
@ -159,6 +159,7 @@ nav {
|
|||
box-shadow: var(--shadow);
|
||||
box-sizing: border-box;
|
||||
height: var(--navbar-height);
|
||||
font-size: calc(var(--navbar-height) / 3.5);
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue