From 461975fc49326310ec97c47f0707f5044a32a234 Mon Sep 17 00:00:00 2001
From: Marlene Simondant <msimondant@grandlyon.com>
Date: Tue, 18 Mar 2025 12:58:44 +0100
Subject: [PATCH] Retour QA : center profile pages

---
 src/app/profile/my-structures/my-structures.component.scss | 2 ++
 src/app/profile/profile.component.scss                     | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/src/app/profile/my-structures/my-structures.component.scss b/src/app/profile/my-structures/my-structures.component.scss
index 105a19369..006e75df8 100644
--- a/src/app/profile/my-structures/my-structures.component.scss
+++ b/src/app/profile/my-structures/my-structures.component.scss
@@ -18,6 +18,8 @@
     gap: 32px;
     width: 100%;
     max-width: 1030px;
+    margin-right: auto;
+    margin-left: auto;
     @media #{$tablet} {
       padding: 24px;
     }
diff --git a/src/app/profile/profile.component.scss b/src/app/profile/profile.component.scss
index a9fa40e10..e7cd4ca30 100644
--- a/src/app/profile/profile.component.scss
+++ b/src/app/profile/profile.component.scss
@@ -53,6 +53,8 @@
     gap: 32px;
     width: 100%;
     max-width: 1030px;
+    margin-right: auto;
+    margin-left: auto;
     @media #{$tablet} {
       padding: 24px;
     }
-- 
GitLab