intégration du design il manque que les images de fond

This commit is contained in:
Valentin
2023-12-15 20:04:59 +01:00
parent cb35336870
commit a0137d95ac
19 changed files with 832 additions and 121 deletions

View File

@@ -3,5 +3,11 @@ $y_margins: 2vh;
/* BREAKPOINTS */
$breakpoint_tablet: 960px;
$breakpoint_desktop: 1280px;
$breakpoint_tablet: 760px;
$breakpoint_desktop: 1080px;
.layout-container {
display: flex;
flex-direction: column;
min-height: 100vh;
}