Change line-height, margin & padding of #navigation

This commit is contained in:
Andinus 2020-06-06 22:23:13 +05:30
parent 182421f56f
commit 328582b101
Signed by untrusted user: andinus
GPG Key ID: B67D55D482A799FD
1 changed files with 3 additions and 3 deletions

View File

@ -25,13 +25,13 @@ pre {
} }
#navigation { #navigation {
line-height: 2.8em; line-height: 2.4em;
text-align: center; text-align: center;
} }
#navigation a { #navigation a {
padding: 0.5em; padding: 0.36em;
margin: 0.1em; margin: -0.05em;
text-decoration: none; text-decoration: none;
background-color: #0B3861; background-color: #0B3861;
} }