investigation → style siders + titles
All checks were successful
Deploy / Deploy to Production (push) Successful in 12s

This commit is contained in:
Julie Blanc 2026-02-19 14:35:53 +01:00
parent c4724c8f8d
commit d51835a2c0
10 changed files with 136 additions and 236 deletions

View file

@ -50,7 +50,7 @@
grid-gap: var(--gap);
}
.col-left {
align-self: start;
position: sticky;
@ -63,6 +63,13 @@
height: 100%;
}
&#home__investigations .section--inner{
.section--inner{ padding-top: calc(var(--spacing)*1); }
.col-left{ top: calc(var(--header-h) + var(--spacing)*1.5); }
}
}