index-main/assets/css/template/_page-single.scss
Julie Blanc c34384adab
All checks were successful
Deploy / Deploy to Production (push) Successful in 12s
add lab/projects
2026-02-25 18:51:58 +01:00

32 lines
No EOL
675 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);
@media #{$small} {
margin-top: calc(var(--spacing)*1.25);
}
}
}
.page__header + #related-investigations{
padding-top: calc(var(--spacing) * 1);
@media #{$small} {
padding-top: 0;
}
}