Fix nav spacing

This commit is contained in:
Emil Miler 2024-01-10 01:12:27 +01:00
parent 1c2de317ef
commit f59b5bd39a

View File

@ -32,7 +32,6 @@ body {
} }
nav { nav {
min-height: 10em;
display: flex; display: flex;
align-items: center; align-items: center;
border-bottom: 8px solid; border-bottom: 8px solid;
@ -44,10 +43,11 @@ nav {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: baseline; align-items: baseline;
padding: 0 1em; padding: 2.5em 1em 1em 1em;
.logo { .logo {
max-height: 4em; height: 4em;
display: block;
} }
ul { ul {
@ -58,6 +58,7 @@ nav {
display: block; display: block;
padding: 1em; padding: 1em;
color: inherit; color: inherit;
font-weight: bold;
&:hover { &:hover {
text-decoration: underline; text-decoration: underline;