From c327a55e41f7eb0db206a6d67d895745561c2bca Mon Sep 17 00:00:00 2001 From: mrtoine Date: Fri, 12 Dec 2025 18:26:43 +0100 Subject: [PATCH] =?UTF-8?q?modification=20du=20css=20pour=20la=20balise=20?= =?UTF-8?q?
.=20Elle=20=C3=A0=20d=C3=A9sormais=20une=20largeur=20et=20?=
 =?UTF-8?q?une=20longueur=20max.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 static/css/app.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/static/css/app.css b/static/css/app.css
index 75bfc8d..e47ea13 100644
--- a/static/css/app.css
+++ b/static/css/app.css
@@ -654,7 +654,7 @@ img {
 pre {
     border-radius: 5px;
     /* Ne dépasse pas du parent en largeur et défile si nécessaire */
-    max-width: 100%;
+    max-width: 800px;
     overflow: auto; /* scroll horizontal et vertical si besoin */
     max-height: 800px;
 }
@@ -1203,7 +1203,7 @@ footer.site-footer {
 
 /* Legacy footer classes support (can be removed when not used elsewhere) */
 .footer { display: flex; flex-direction: row; justify-content: space-between; }
-.about { width: 30%; }
+.about {  }
 .footer-link { width: 30%; }
 
 @media (max-width: 1000px) {