From 0c45c9b55ad087050b286253b8dd9b776c8e98fc Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sun, 30 Nov 2025 16:13:49 -0500 Subject: [PATCH] =?UTF-8?q?Fix=20au=20saut=20de=20ligne=20sur=20la=20page?= =?UTF-8?q?=20d'=C3=A9quipe?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/css/style.css | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/www/css/style.css b/www/css/style.css index 9657de9..3b7fa26 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -368,12 +368,10 @@ footer { .team section article.grilleGauche { text-align: left; - flex-wrap: nowrap; } .team section article.grilleDroite { text-align: right; - flex-wrap: nowrap; } .team section article#lea { @@ -412,18 +410,6 @@ footer { margin-left: 50%; } -.team article.grilleGauche h3.nom, -.team article.grilleGauche h4.role, -.team article.grilleGauche div.description { - float: left; -} - -.team article.grilleDroite h3.nom, -.team article.grilleDroite h4.role, -.team article.grilleDroite div.description { - float: right; -} - /****************************/ /* PAGE: Histoire de DE */ /* AUTEUR: Jérémy */