From 83beca17ecc64e3c80193cea7ef48d38440015b9 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Thu, 21 Feb 2019 15:42:24 +0100 Subject: [PATCH] grenoble-metropole-2019: remove margin from user-menu (#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 904f8b96..0dc79494 100644 --- a/static/grenoble-metropole-2019/_custom.scss +++ b/static/grenoble-metropole-2019/_custom.scss @@ -832,6 +832,10 @@ select { } } +#sidebar div.user-menu div.cell { + margin-right: 0; +} + .gru-content div.cell { h2:first-child { @media screen and (max-width: $mobile-limit) {