diff options
| author | Henry Jameson <me@hjkos.com> | 2024-06-19 22:52:55 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-06-19 22:52:55 +0300 |
| commit | 1306c46a53ec37bb738b4d6eb32be9c59b2136fe (patch) | |
| tree | 6d77f406b0b6cd90e6d87a45217d8efd6310899d /src | |
| parent | 59eb3e734a9dcb8376e46d6ce58249eefedfac7f (diff) | |
scale navbar font size with its size
Diffstat (limited to 'src')
| -rw-r--r-- | src/App.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss index a2710436..6b8875bf 100644 --- a/src/App.scss +++ b/src/App.scss @@ -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; } |
