index-main/assets/css/template/_investigation.scss
Julie Blanc 20bdf428e4
All checks were successful
Deploy / Deploy to Production (push) Successful in 13s
newsletter apage
2026-02-26 17:02:34 +01:00

49 lines
602 B
SCSS

[data-template="investigation"] main {
position: relative;
.page__header {
margin-inline: auto;
max-width: var(--max-w-content);
margin-bottom: 0px;
.page__description{
margin-bottom: 0px;
}
}
.page__content{
max-width: 100%;
}
#investigation__hero{
@media #{$small-up} {
padding-top: calc(var(--spacing)*2.5);
margin-bottom: calc(var(--spacing)*3);
}
@media #{$small} {
padding-top: calc(var(--spacing)*1.5);
margin-bottom: calc(var(--spacing)*2);
}
}
}