index-main/assets/css/components/_text.scss

19 lines
386 B
SCSS
Raw Normal View History

2026-01-08 14:53:08 +01:00
.page__title{
font-size: var(--fs-big);
font-weight: normal;
text-transform: uppercase;
margin: calc(var(--spacing)*2) auto;
2026-01-09 14:57:48 +01:00
// text-align: center;
2026-01-08 14:53:08 +01:00
max-width: var(--max-w-container);
2025-11-04 08:33:39 +01:00
2026-01-08 14:53:08 +01:00
}
.page__description{
display: none;
max-width: var(--max-w-content);
margin: calc(var(--spacing)*2) auto;
p{
font-size: var(--fs-normal);
}
2026-01-06 17:14:32 +01:00
}