Add center class to 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
565153c2d7
commit
f07550423f
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
h1, h2, h3, h4, h5, h6
|
||||
{
|
||||
margin: 0.8em auto;
|
||||
|
||||
&.center, &.main
|
||||
{ text-align: center; }
|
||||
}
|
||||
|
||||
h1
|
||||
|
|
Loading…
Reference in a new issue