Compare commits

...

3 Commits

Author SHA1 Message Date
Anthony Mahe
c59e80afda FIX : icone Phone 2025-07-25 17:26:23 +02:00
Anthony Mahe
06b92eb396 CSS : Banniere contain 2025-07-25 17:23:09 +02:00
Anthony Mahe
555446fb21 CSS : Banner cover petite taille ecran 2025-07-25 17:15:47 +02:00

View File

@@ -59,7 +59,6 @@
/* Style pour téléphone portable*/ /* Style pour téléphone portable*/
@media (max-width: 849px) { @media (max-width: 849px) {
.banner { .banner {
background-size: cover;
min-height: 50vh; min-height: 50vh;
} }
@@ -215,7 +214,7 @@
} }
.btn-phone { .btn-phone {
background-image: url('assets/img/mobile.png'); background-image: url('assets/img/phone.png');
} }
.btn-contact { .btn-contact {