Use normal font size for main nav, increase margin between nav items

This commit is contained in:
Luca 2023-03-11 19:18:43 +01:00
parent 802d37088f
commit 2bc97bc413
1 changed files with 1 additions and 5 deletions

View File

@ -40,10 +40,6 @@ header {
display: block; display: block;
} }
nav {
font-size: 1.2rem;
}
.header-brand { .header-brand {
align-items: center; align-items: center;
display: flex; display: flex;
@ -149,7 +145,7 @@ nav {
} }
a, span { a, span {
margin: 0 0 0 1em; margin: 0 0 0 1.5em;
} }
} }
} }