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-shadow: var(--shadow);
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
height: var(--navbar-height);
|
height: var(--navbar-height);
|
||||||
|
font-size: calc(var(--navbar-height) / 3.5);
|
||||||
position: fixed;
|
position: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue