Fix icon position in headings.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Madeorsk 2024-11-30 18:24:34 +01:00
parent 4f2c5a5245
commit 7bbd04e47a
Signed by: Madeorsk
GPG key ID: 677E51CA765BB79F

View file

@ -4,6 +4,12 @@ h1, h2, h3, h4, h5, h6
&.center, &.main
{ text-align: center; }
> svg
{
position: relative;
bottom: -0.15em;
}
}
h1