Fix icon position in headings.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
4f2c5a5245
commit
7bbd04e47a
1 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,12 @@ h1, h2, h3, h4, h5, h6
|
|||
|
||||
&.center, &.main
|
||||
{ text-align: center; }
|
||||
|
||||
> svg
|
||||
{
|
||||
position: relative;
|
||||
bottom: -0.15em;
|
||||
}
|
||||
}
|
||||
|
||||
h1
|
||||
|
|
Loading…
Reference in a new issue