From 1306c46a53ec37bb738b4d6eb32be9c59b2136fe Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 19 Jun 2024 22:52:55 +0300 Subject: [PATCH] scale navbar font size with its size --- src/App.scss | 1 + 1 file changed, 1 insertion(+) 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; }