card open-graph
All checks were successful
Deploy / Deploy to Production (push) Successful in 10s

This commit is contained in:
Julie Blanc 2026-01-06 15:43:31 +01:00
parent 4642425f43
commit dc223ae1b8
24 changed files with 1199 additions and 492 deletions

View file

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