page header modifications
All checks were successful
Deploy / Deploy to Production (push) Successful in 13s

This commit is contained in:
Julie Blanc 2026-02-24 18:00:22 +01:00
parent afe5885708
commit e69e765586
5 changed files with 20 additions and 14 deletions

View file

@ -20,7 +20,7 @@
#investigation__hero{
@media #{$small-up} {
padding-top: calc(var(--spacing)*4);
padding-top: calc(var(--spacing)*2.5);
margin-bottom: calc(var(--spacing)*3);
}
@media #{$small} {
@ -37,6 +37,7 @@
margin-top: calc(var(--spacing) * 1.5);
border-bottom: var(--border-light);
max-width: var(--max-w-content);
max-width: var(--max-w-cards);
margin-inline: auto;
font-size: var(--fs-normal);