Core/src/styles/components/_headings.less

44 lines
367 B
Text
Raw Normal View History

2024-06-08 23:52:26 +02:00
h1, h2, h3, h4, h5, h6
{
margin: 0.8em auto;
2024-09-23 15:22:25 +02:00
&.center, &.main
{ text-align: center; }
2024-06-08 23:52:26 +02:00
}
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;
}