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 +}