index-main/assets/css/template/_page-single.scss
Julie Blanc f61b6e8840
All checks were successful
Deploy / Deploy to Production (push) Successful in 12s
style page-single
2026-02-24 17:42:51 +01:00

23 lines
432 B
SCSS

.main__single {
.page__header{
max-width: var(--max-w-content);
border-bottom: var(--border-light);
padding-bottom: calc(var(--spacing)*1);
.page__description{
margin-bottom: calc(var(--spacing)*1);
}
@include figure-16-9();
}
.page__content{
max-width: var(--max-w-content);
margin-top: calc(var(--spacing)*3);
}
}