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