navlinks no longer go over the whole site

This commit is contained in:
Sarah Faey 2022-12-11 12:16:23 +01:00
parent 3f2e6b2271
commit 5078475e2f
2 changed files with 2 additions and 1 deletions

View file

@ -20,6 +20,7 @@ main {
::deep .nav-link {
color: lightskyblue;
width: fit-content;
}
::deep input {