From 6f4e3f72244503f4b6f54e37cc3a3af1cc97a328 Mon Sep 17 00:00:00 2001 From: Alice <alice.poggioli@hotmail.fr> Date: Tue, 28 Apr 2020 14:42:09 +0200 Subject: [PATCH] css fix on entrepreneur profil --- src/styles/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index 11feb2be..a19fefa3 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -2025,7 +2025,7 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/ #entrepreneur-resource-list container .step div sib-display >div, #public-resource-list container .step div sib-display >div, #mentor-database container .step div sib-display >div{ margin-top: 2rem; } -#mentor-account .block_list.flex, #mentor-account-view .block_list.flex, +#mentor-account .block_list.flex, #entrepreneur-account .block_list.flex, #mentor-account-view .block_list.flex, #entrepreneur-account-view .block_list.flex, #user-account-view .block_list.flex{ margin-bottom: 19rem; } -- GitLab