index-website-static/assets/css/partials/_main-layout.scss
Julie Blanc 08ebf7fc9e
All checks were successful
Deploy / Deploy to pre-production (push) Successful in 6s
script header visible
2025-12-23 17:29:27 +01:00

14 lines
No EOL
187 B
SCSS

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