index-main/assets/css/template/_investigation.scss

50 lines
602 B
SCSS
Raw Normal View History

[data-template="investigation"] main {
2026-01-13 14:12:50 +01:00
position: relative;
2026-02-18 16:40:20 +01:00
.page__header {
2026-02-03 08:24:43 +01:00
margin-inline: auto;
max-width: var(--max-w-content);
2026-02-18 18:17:48 +01:00
margin-bottom: 0px;
2026-02-23 17:34:16 +01:00
2026-02-24 17:05:22 +01:00
.page__description{
2026-02-18 18:17:48 +01:00
margin-bottom: 0px;
}
2026-02-03 08:24:43 +01:00
}
2026-02-18 16:40:20 +01:00
.page__content{
max-width: 100%;
2026-01-23 17:38:08 +01:00
}
2026-02-23 17:34:16 +01:00
#investigation__hero{
@media #{$small-up} {
2026-02-24 18:00:22 +01:00
padding-top: calc(var(--spacing)*2.5);
2026-02-23 17:34:16 +01:00
margin-bottom: calc(var(--spacing)*3);
}
@media #{$small} {
padding-top: calc(var(--spacing)*1.5);
margin-bottom: calc(var(--spacing)*2);
}
}
2026-01-23 17:38:08 +01:00
2026-01-25 22:25:08 +01:00
2026-02-18 16:40:20 +01:00
2026-01-23 17:38:08 +01:00
2026-01-06 15:43:31 +01:00
2026-01-06 11:19:25 +01:00
2026-02-24 17:42:51 +01:00
2026-02-23 18:12:04 +01:00
2026-02-18 16:40:20 +01:00
2026-01-06 11:19:25 +01:00
}
2026-02-23 18:12:04 +01:00
2026-02-26 17:02:34 +01:00