fix header styling/wrapping

This commit is contained in:
f0x 2023-05-10 20:18:49 +02:00
commit df3ad1e06e
3 changed files with 43 additions and 32 deletions

View file

@ -99,23 +99,21 @@ header a {
flex-wrap: wrap;
margin: 1.5rem;
gap: 1rem;
justify-content: center;
img {
align-self: center;
height: 3rem;
}
div {
h1 {
flex-grow: 1;
align-self: center;
display: flex;
text-align: center;
h1 {
font-size: 1.5rem;
word-wrap: anywhere;
align-self: center;
color: $fg;
}
font-size: 1.5rem;
word-wrap: anywhere;
color: $fg;
}
}

View file

@ -24,10 +24,8 @@ header a {
height: 6rem;
}
div {
h1 {
font-size: 2rem;
}
h1 {
font-size: 2rem;
}
}