From 903519651458628e21be74b6c71e90af0e4ba286 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Thu, 21 Feb 2019 15:26:00 +0100 Subject: [PATCH] grenoble-metropole-2019: add more space around user dashboard (#26506) --- static/grenoble-metropole-2019/_custom.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/grenoble-metropole-2019/_custom.scss b/static/grenoble-metropole-2019/_custom.scss index 535ade2d..904f8b96 100644 --- a/static/grenoble-metropole-2019/_custom.scss +++ b/static/grenoble-metropole-2019/_custom.scss @@ -627,6 +627,10 @@ div.configjsoncell.user { } } div.user-dashboard { + margin: 2ex 1ex 0 1ex; + @media screen and (max-width: $mobile-limit) { + margin: 3ex 1ex 0 1ex; + } display: -ms-flexbox; display: flex; @include vendor-prefix(justify-content, center);