From 7e484189a4f2682c8813326daa05101da8a0036c Mon Sep 17 00:00:00 2001 From: LD Date: Wed, 26 Nov 2025 14:00:09 -0500 Subject: [PATCH] =?UTF-8?q?correction=20de=20la=20section=20rencontrez=20l?= =?UTF-8?q?'=C3=A9quipe=20dans=20la=20page=20index?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/css/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/www/css/style.css b/www/css/style.css index 918cea9..5c39ff6 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -121,7 +121,7 @@ footer { font-size: 3.5rem; } -.accueil p:not(#rencontreEquipe p) { +.accueil main p:not(#rencontreEquipe p) { margin: auto; padding: 1% 45% 1% 0%; } @@ -154,8 +154,8 @@ footer { .accueil #rencontreEquipe div { width: 25%; - margin: 0px auto; align-content: center; + padding-bottom: 60px; } .accueil #rencontreEquipe div p { @@ -165,6 +165,7 @@ footer { .accueil #rencontreEquipe h2 { width: 100%; + height: auto; margin: 25px; text-align: center; }