From 33c8babdd2534d3b45d3424214e6ee44d909e48b Mon Sep 17 00:00:00 2001 From: maximus Date: Fri, 12 Jun 2026 22:06:20 +0200 Subject: [PATCH] resolution connexions --- src/index.css | 5 ++++- src/layouts/AppLayout.jsx | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/index.css b/src/index.css index 827599b..07001cd 100644 --- a/src/index.css +++ b/src/index.css @@ -1 +1,4 @@ -body { margin: 0; } \ No newline at end of file +body { + margin: 0; + display:block; +} \ No newline at end of file diff --git a/src/layouts/AppLayout.jsx b/src/layouts/AppLayout.jsx index bca9457..837bd11 100644 --- a/src/layouts/AppLayout.jsx +++ b/src/layouts/AppLayout.jsx @@ -47,7 +47,7 @@ export default function AppLayout() { }); return ( -
+
{/* ========================================== */} {/* BARRE LATÉRALE (SIDEBAR) */}