Core/src/styles/components/_headings.less
Madeorsk 2d5d16c1ce
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
Add center class to headings.
2024-09-23 15:22:49 +02:00

43 lines
367 B
Text

h1, h2, h3, h4, h5, h6
{
margin: 0.8em auto;
&.center, &.main
{ text-align: center; }
}
h1
{
font-size: 2.5em;
font-weight: 800;
}
h2
{
font-size: 2em;
font-weight: 800;
}
h3
{
font-size: 1.7em;
font-weight: 700;
}
h4
{
font-size: 1.5em;
font-weight: 600;
}
h5
{
font-size: 1.3em;
font-weight: 600;
}
h6
{
font-size: 1.15em;
font-weight: 600;
}