From 06b92eb396ce852d1dab204fd1ff92a201db0253 Mon Sep 17 00:00:00 2001 From: Anthony Mahe Date: Fri, 25 Jul 2025 17:23:09 +0200 Subject: [PATCH] CSS : Banniere contain --- class.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/class.css b/class.css index fea24e6..1b8cdc6 100644 --- a/class.css +++ b/class.css @@ -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; }