From d3bb64b935a9c5002040bc063704c740a3c3bceb Mon Sep 17 00:00:00 2001 From: p2405951 Date: Fri, 7 Nov 2025 11:55:58 +0100 Subject: [PATCH] ajustement css global --- src/index.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/index.css b/src/index.css index a61b4fd..8d6445e 100644 --- a/src/index.css +++ b/src/index.css @@ -25,6 +25,9 @@ .content { padding: 1.5rem; z-index: 1; + display: flex; + flex-direction: column; + align-items: center; }