From e07a6cba68ea55a151c255ed256f3b552c844cc6 Mon Sep 17 00:00:00 2001 From: ORDONNEAU Antoine Date: Tue, 17 Mar 2026 09:46:18 +0100 Subject: [PATCH] recuip stash --- .../components/SettingsModal/SettingsModal.module.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/Profile/components/SettingsModal/SettingsModal.module.css b/src/pages/Profile/components/SettingsModal/SettingsModal.module.css index 5a1b7ac..3589449 100644 --- a/src/pages/Profile/components/SettingsModal/SettingsModal.module.css +++ b/src/pages/Profile/components/SettingsModal/SettingsModal.module.css @@ -1,6 +1,5 @@ .content { width: 100%; - padding: 20px; display: flex; flex-direction: column; } @@ -57,7 +56,6 @@ @media (min-width: 640px) { .content { - padding: 28px; gap: 32px; } @@ -71,6 +69,7 @@ .section button { width: fit-content; } +<<<<<<< Updated upstream } @media (min-width: 900px) { @@ -86,4 +85,6 @@ height: 30px; width: 30px; } +======= +>>>>>>> Stashed changes } \ No newline at end of file