Skip to content
Snippets Groups Projects
Unverified Commit ea98b3ea authored by Conrad Zelck's avatar Conrad Zelck
Browse files

fix style.css: align logos with header


Another approach to align them all properly.

Signed-off-by: default avatarConrad Zelck <git@simpel.cc>
parent fbe3c06f
No related branches found
No related tags found
No related merge requests found
...@@ -55,10 +55,15 @@ header { ...@@ -55,10 +55,15 @@ header {
nav { nav {
display: flex; display: flex;
align-items: end; align-items: baseline;
column-gap: 0.7em; column-gap: 0.7em;
} }
nav a {
margin-top: auto;
margin-bottom: auto;
}
h1 { h1 {
font-size: 1.5em; font-size: 1.5em;
margin: 0; margin: 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment