diff --git a/style.css b/style.css index 879c55c80afd5fc2c8df672115999e3ca6f544d7..c9e39135eeb16450d0e9e131df0886a4f13f53f4 100644 --- a/style.css +++ b/style.css @@ -55,10 +55,15 @@ header { nav { display: flex; - align-items: end; + align-items: baseline; column-gap: 0.7em; } +nav a { + margin-top: auto; + margin-bottom: auto; +} + h1 { font-size: 1.5em; margin: 0;