From 8926c5b02cda2f15907f7f8a3e63fc51712d156e Mon Sep 17 00:00:00 2001 From: Colin Maudry Date: Fri, 26 Jun 2026 12:24:15 +0200 Subject: [PATCH] Layout fluide (pleine largeur) pour /a-propos --- src/pages/_apropos_shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/_apropos_shell.py b/src/pages/_apropos_shell.py index 48fd15d..6db5635 100644 --- a/src/pages/_apropos_shell.py +++ b/src/pages/_apropos_shell.py @@ -54,7 +54,7 @@ def apropos_shell(active: str, contenu): className="d-md-none", ) content = dbc.Col([mobile, contenu], md=9) - return dbc.Container(dbc.Row([sidebar, content]), className="py-4") + return dbc.Container(dbc.Row([sidebar, content]), className="py-4", fluid=True) @callback(