aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorRiley L. <riley@e926.de>2024-11-12 22:02:33 +0100
committerRiley L. <riley@e926.de>2024-11-12 22:02:37 +0100
commit158b934a7ae1ef379ff1fff4a209d8a5bef07e1b (patch)
tree23353531ecf1af0eb3abd8c07f01ca42d78681d7 /style.css
parent4e631160053ebf52c10dbc777f2ce1587d00d915 (diff)
downloadabrechenbarkeit-158b934a7ae1ef379ff1fff4a209d8a5bef07e1b.tar
abrechenbarkeit-158b934a7ae1ef379ff1fff4a209d8a5bef07e1b.tar.bz2
abrechenbarkeit-158b934a7ae1ef379ff1fff4a209d8a5bef07e1b.tar.zst
change hitbox of navbar elements to be larger
Diffstat (limited to 'style.css')
-rw-r--r--style.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/style.css b/style.css
index 309d103..649fc6c 100644
--- a/style.css
+++ b/style.css
@@ -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 */
@@ -354,4 +355,4 @@ form.disabled input {
form {
display: none;
}
-} \ No newline at end of file
+}