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) {