index-main/assets/css/partials/_main-layout.scss
Julie Blanc 05e49af352
All checks were successful
Deploy / Deploy to Production (push) Successful in 12s
style pages investigations + investigation summary
2026-01-22 16:42:01 +01:00

16 lines
No EOL
273 B
SCSS

body{
min-height: 100dvh;
min-height: 100vh;
display: flex;
flex-direction: column;
main{
flex-grow: 1;
padding: 0 var(--padding-body);
padding-top: var(--header-h);
padding-bottom: calc(var(--spacing)*2);
}
}