index page projets

This commit is contained in:
Valentin
2024-11-05 01:44:18 +01:00
parent 018960837d
commit bd1b450a45
34 changed files with 1084 additions and 382 deletions

View File

@@ -6,8 +6,20 @@
}
} */
body {
background-color: lightgrey;
}
.layout-container {
margin: 0 !important;
display: flex;
}
main:has(#block-erabletheme-leprogramme-2) {
display: flex;
flex-direction: column-reverse;
@media screen and (min-width: $breakpoint_tablet) {
flex-direction: row-reverse;
}
}
strong {