Shrank navbar
All checks were successful
/ build (push) Successful in 19s

This commit is contained in:
vanten-s 2024-07-22 14:47:21 +02:00
parent c3db7f3328
commit d87ef15ddd
Signed by: vanten-s
GPG key ID: DE3060396884D3F2

View file

@ -30,17 +30,17 @@ a {
top: 0; top: 0;
background-color: #1e1e2e; background-color: #1e1e2e;
bottom: 0; bottom: 0;
width: 8em; width: 5.5em;
} }
.navbar > ul { .navbar > ul {
list-style-type: none; list-style-type: none;
padding-left: 1em; padding-left: 0.5em;
} }
.navbar > ul > li > a { .navbar > ul > li > a {
transition: color 200ms; transition: color 200ms;
font-size: 1.3em; font-size: 100%;
} }
.navbar > ul > li > a:hover { .navbar > ul > li > a:hover {