index-main/assets/css/template/_page-single.scss

24 lines
432 B
SCSS
Raw Normal View History

2026-02-24 17:42:51 +01:00
.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);
}
}