From 57292ac0540b7381ee0bf0c5840b4b482a1ff1c9 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Fri, 28 Nov 2025 13:55:44 -0500 Subject: [PATCH] =?UTF-8?q?COMMIT=20300=20|=20Retrait=20de=20commentaires?= =?UTF-8?q?=20obsol=C3=A8te?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/css/style.css | 42 ++++-------------------------------------- 1 file changed, 4 insertions(+), 38 deletions(-) diff --git a/www/css/style.css b/www/css/style.css index 39b1b7a..e340ae2 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -45,6 +45,7 @@ .sidebyside { display: flex; } + .centered { text-align: center; margin: auto; @@ -279,6 +280,7 @@ footer { .aPropos .sidebyside>div { margin: 5px 20px; } + .aPropos textarea { resize: none; width: 100%; @@ -291,8 +293,9 @@ footer { border-radius: 15px; padding: 10px; color: #E6ECF3; - overflow:scroll; + overflow: scroll; } + .aPropos fieldset { padding: 10px; width: 100%; @@ -461,43 +464,6 @@ footer { height: 100vh; } -/* -.histoire header.introduction div { - color: #ffefe5; - padding: 0 16px; - margin: 0 4px; - - height: 40px; - border: none; - border-radius: 20px; - background-color: #13172c; -} - -.histoire header.introduction div a { - display: flex; - align-items: center; - align-content: center; - text-decoration: none; -}*/ -/*.histoire header.introduction div.bouton { - height: 40px; -} - -.histoire header.introduction div.bouton a { - border: none; - background-color: #13172c; - text-decoration: none; - border-radius: 20px; - font-size: 1rem; - - display: inline-block; - align-items: center; - text-decoration: none; - color: #ffefe5; - padding: 0 16px; - margin: 0 4px; -}*/ - .histoire header.introduction div.introduction a { display: inline-block; text-decoration: none;