CSS : Banniere contain

This commit is contained in:
Anthony Mahe
2025-07-25 17:23:09 +02:00
parent 555446fb21
commit 06b92eb396

View File

@@ -1,7 +1,7 @@
/* Style de la bannière */
.banner {
margin-top: 3rem;
background-size: cover;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
min-height: 70vh;
@@ -59,7 +59,6 @@
/* Style pour téléphone portable*/
@media (max-width: 849px) {
.banner {
background-size: contain;
min-height: 50vh;
}