From 3375b20fde4bee1643d9c3a345079917cfa4b67e Mon Sep 17 00:00:00 2001 From: HAUTBOIS Aurelie <aurelie.hautbois@ext.soprasteria.com> Date: Thu, 11 Mar 2021 14:46:17 +0100 Subject: [PATCH] change breakpoint --- src/components/ProfileType/profileTypeForm.scss | 2 +- src/components/ProfileType/profileTypeNavigation.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ProfileType/profileTypeForm.scss b/src/components/ProfileType/profileTypeForm.scss index 849f43707..5d1d9fd54 100644 --- a/src/components/ProfileType/profileTypeForm.scss +++ b/src/components/ProfileType/profileTypeForm.scss @@ -6,7 +6,7 @@ margin: 1rem 1rem 3.5rem; width: 100%; max-width: 53rem; - @media (min-width: $width-phone) { + @media (min-width: $width-tablet) { margin: 1rem 1rem 0; } } diff --git a/src/components/ProfileType/profileTypeNavigation.scss b/src/components/ProfileType/profileTypeNavigation.scss index 2bb5a0192..c30ad0f86 100644 --- a/src/components/ProfileType/profileTypeNavigation.scss +++ b/src/components/ProfileType/profileTypeNavigation.scss @@ -10,7 +10,7 @@ display: flex; justify-content: center; align-items: center; - @media (min-width: $width-phone) { + @media (min-width: $width-tablet) { background: none; position: absolute; bottom: 0; -- GitLab