index-main/assets/css/components/_page-header.scss
Julie Blanc 05e49af352
All checks were successful
Deploy / Deploy to Production (push) Successful in 12s
style pages investigations + investigation summary
2026-01-22 16:42:01 +01:00

21 lines
No EOL
400 B
SCSS

.page__header{
max-width: var(--max-w-cards);
margin: calc(var(--spacing)*1.5) auto;
.page__title{
font-size: var(--fs-big);
font-weight: normal;
text-transform: uppercase;
}
.page__description{
margin-top: calc(var(--spacing)*1);
p{
font-size: var(--fs-medium);
max-width: 54ch;
}
}
}