Files
psychartherapie-v2/styles/title-block.scss

17 lines
240 B
SCSS

.title-block {
&.title-size-h1 {
font-size: 2.5rem;
}
&.title-size-h2 {
font-size: 2rem;
}
&.title-size-h3 {
font-size: 1.25rem;
}
&.title-size-h4 {
font-size: 1rem;
}
}
.title-block + h2 {
margin-top: 0;
}