Fix the vertical alignment of site’s h1

This commit is contained in:
jordi fita mas 2023-09-12 12:49:46 +02:00
parent 2a5751afd5
commit 7d8cf5439b
1 changed files with 5 additions and 0 deletions

View File

@ -184,6 +184,11 @@ body > header, nav .has-submenu ul {
backdrop-filter: blur(10px);
}
h1 a {
display: flex;
align-items: center;
}
h1 a span {
display: inline-block;
}