index-main/assets/css/partials/_main-layout.scss
Julie Blanc 84f67c88cc
All checks were successful
Deploy / Deploy to Production (push) Successful in 12s
unify header
2026-01-22 14:46:05 +01:00

15 lines
No EOL
221 B
SCSS

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