Dumb fix for horizontal scrolling

This commit is contained in:
Stranck 2024-02-22 11:25:55 +01:00
parent 44b534b283
commit 4e1120a93f
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ nav#topbar {
top: 0rem; top: 0rem;
transition: top 300ms; transition: top 300ms;
line-height: 2em; line-height: 2em;
max-width:98vw;
} }
nav#topbar a { nav#topbar a {