fix nav bar width

This commit is contained in:
Arthur Lu 2023-06-29 21:38:14 +00:00
parent 87c1c50355
commit 5b1aaea2cb

View File

@ -37,6 +37,7 @@ header h1 {
nav {
overflow: hidden;
font-size: larger;
width: fit-content;
}
nav a, header h1, label[for="navtoggle"] {