redesign blocks présentation et slider actus sur l'intro

This commit is contained in:
Valentin
2024-10-31 20:08:58 +01:00
parent 42ed7763d0
commit c56dadee02
15 changed files with 433 additions and 301 deletions

View File

@@ -15,11 +15,11 @@
}
@media (max-width: 530px) {
width: 100%; /* Prend toute la largeur du conteneur parent */
height: 485px;
height: 485px;
}
@media (max-width: 400px) {
width: 100%; /* Prend toute la largeur du conteneur parent */
height: 430px;
height: 430px;
}
}
@@ -78,7 +78,7 @@
content: url("../img/noun-arrow-to-right.svg");
padding-right: 0.2rem;
padding-left: 0.2rem;
}
#popup-content{
@@ -92,7 +92,7 @@
width: 300px;
background-color: white;
border-radius: 5px;
padding: 0.5rem;
padding: 0.5rem;
padding-left: 1rem;
}
}