From 07d5b0eda222309b2a9283b745ec6bc1033c1e33 Mon Sep 17 00:00:00 2001 From: p2405951 Date: Wed, 14 Jan 2026 22:37:38 +0100 Subject: [PATCH] settingimage in the middle --- src/pages/Profile/ProfilePage.jsx | 2 ++ src/pages/Profile/ProfilePage.module.css | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/pages/Profile/ProfilePage.jsx b/src/pages/Profile/ProfilePage.jsx index b45f842..a56450b 100644 --- a/src/pages/Profile/ProfilePage.jsx +++ b/src/pages/Profile/ProfilePage.jsx @@ -33,7 +33,9 @@ function ProfilePage() {

Mail : {user?.email}

Téléphone : {user?.phone === null ? "Pas de numéro enregistré" : user?.phone}

+
+

Tâches :

diff --git a/src/pages/Profile/ProfilePage.module.css b/src/pages/Profile/ProfilePage.module.css index 7f560cf..3c5b26b 100644 --- a/src/pages/Profile/ProfilePage.module.css +++ b/src/pages/Profile/ProfilePage.module.css @@ -9,7 +9,11 @@ border-radius: 20px; box-sizing: border-box; } - +.settingImage{ + width:100%; + display: flex; + justify-content: center; +} .contentWrapper { display: flex; flex-direction: column;