mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-02-25 10:22:14 +00:00
14 lines
283 B
SCSS
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;
|
|
}
|