ajout des ornements sur l'index

This commit is contained in:
Valentin
2023-12-18 11:48:10 +01:00
parent 02e77dda2f
commit 9db8cebe7d
10 changed files with 706 additions and 367 deletions

View File

@@ -41,6 +41,9 @@
border-bottom: solid 1px $teal;
> div:first-of-type {
width: calc(50% + 6.25vw);
height: 40vh !important;
align-self: flex-start;
min-height: 100% !important;
}
> div:last-of-type {
width: calc(50% - 6.25vw);
@@ -55,6 +58,9 @@
margin-top: 0.5rem;
}
}
.preview_infos {
background-color: $beige;
}
}
}
.slick-arrow {