Files
openstapps/frontend/app/src/theme/components/_section.scss
2023-07-18 15:40:17 +02:00

14 lines
283 B
SCSS

.section-headline {
display: flex;
flex-direction: revert;
justify-content: space-between;
width: 100%;
margin-bottom: var(--spacing-sm);
font-size: var(--font-size-lg);
font-weight: var(--font-weight-black);
font-stretch: condensed;
text-transform: uppercase;
}