diff options
| author | Riley L. <riley@e926.de> | 2024-11-12 22:02:33 +0100 |
|---|---|---|
| committer | Riley L. <riley@e926.de> | 2024-11-12 22:02:37 +0100 |
| commit | 158b934a7ae1ef379ff1fff4a209d8a5bef07e1b (patch) | |
| tree | 23353531ecf1af0eb3abd8c07f01ca42d78681d7 | |
| parent | 4e631160053ebf52c10dbc777f2ce1587d00d915 (diff) | |
| download | abrechenbarkeit-158b934a7ae1ef379ff1fff4a209d8a5bef07e1b.tar abrechenbarkeit-158b934a7ae1ef379ff1fff4a209d8a5bef07e1b.tar.bz2 abrechenbarkeit-158b934a7ae1ef379ff1fff4a209d8a5bef07e1b.tar.zst | |
change hitbox of navbar elements to be larger
| -rw-r--r-- | style.css | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 +} |