From f045db0b9f389102a5738b1bd8d14843283b2056 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 21 Apr 2019 14:41:29 +0200 Subject: [PATCH] lille: reduce hamburger/user spaces on small widths (#32503) --- static/lille/_custom.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/lille/_custom.scss b/static/lille/_custom.scss index 900aef38..62e90656 100644 --- a/static/lille/_custom.scss +++ b/static/lille/_custom.scss @@ -98,6 +98,9 @@ nav { left: 80px; font-size: 14px; } + @media screen and (max-width: 360px) { + left: 60px; + } } .gru-nav-wrapper { @@ -120,6 +123,9 @@ div.gru-nav .gru-nav-button { @media screen and (max-width: $mobile-limit) { top: -15px; } + @media screen and (max-width: 360px) { + left: -10px; + } + ul { margin-bottom: 0; position: absolute;