From ca42f8d588371ae744bfe997b2abba75c7dcc2fa Mon Sep 17 00:00:00 2001
From: Marlene Simondant <msimondant@grandlyon.com>
Date: Mon, 17 Mar 2025 11:57:15 +0100
Subject: [PATCH] Minor responsive style adjustment

---
 .../orientation-details/orientation-details.component.scss      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/profile/dashboard/orientation-details/orientation-details.component.scss b/src/app/profile/dashboard/orientation-details/orientation-details.component.scss
index ae8710240..6bc3a94c0 100644
--- a/src/app/profile/dashboard/orientation-details/orientation-details.component.scss
+++ b/src/app/profile/dashboard/orientation-details/orientation-details.component.scss
@@ -11,7 +11,7 @@
   display: flex;
   flex-direction: column;
   padding: 32px 0 40px;
-  @media #{$phone} {
+  @media #{$tablet} {
     padding: 32px 20px 0;
   }
 
-- 
GitLab