change hitbox of navbar elements to be larger

This commit is contained in:
Riley L. 2024-11-12 22:02:33 +01:00
parent 4e63116005
commit 158b934a7a

View file

@ -62,7 +62,7 @@ nav {
} }
nav a { nav a {
padding-right: 1em; padding: 1em;
text-decoration: none; text-decoration: none;
color: var(--t1); color: var(--t1);
} }
@ -74,6 +74,7 @@ nav h2 {
nav> :last-child { nav> :last-child {
float: right; float: right;
padding-right: 0; padding-right: 0;
padding-top: 0;
} }
/* notification stuff */ /* notification stuff */