index-main/assets/css/components/_text.scss
Julie Blanc 43e50ebc37
All checks were successful
Deploy / Deploy to Production (push) Successful in 11s
slider hero
2026-01-08 14:53:08 +01:00

19 lines
No EOL
383 B
SCSS

.page__title{
font-size: var(--fs-big);
font-weight: normal;
text-transform: uppercase;
margin: calc(var(--spacing)*2) auto;
text-align: center;
max-width: var(--max-w-container);
}
.page__description{
display: none;
max-width: var(--max-w-content);
margin: calc(var(--spacing)*2) auto;
p{
font-size: var(--fs-normal);
}
}