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);