ajout de strapi

This commit is contained in:
Julie Chaumard
2025-12-07 23:10:08 +01:00
parent da639e4d73
commit 5deafb7d50
94 changed files with 2221 additions and 27 deletions

View File

@@ -0,0 +1,16 @@
.logo-img {
width: 100%;
}
.header-img_cont {
width: 100vw;
height: 100vh;
overflow: hidden;
}
.header-img {
width: 100%;
height: 100%;
margin: 0;
object-fit: cover;
//filter: contrast(0.8);
}