From b4fc9c31af6d04deb8057a7699fc976ed7fcccab Mon Sep 17 00:00:00 2001 From: Emmanuel Cazenave Date: Tue, 4 Sep 2018 10:44:09 +0200 Subject: [PATCH] rouen: smaller logo on mobile screen (#26066) --- static/rouen/_custom.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/rouen/_custom.scss b/static/rouen/_custom.scss index 65e9306..6309485 100644 --- a/static/rouen/_custom.scss +++ b/static/rouen/_custom.scss @@ -19,6 +19,12 @@ h1#logo a { text-indent: -9999px; } +@media screen and (max-width: $mobile-limit) { + h1#logo a { + width: 6em; + } +} + div#nav li { border-right: 0.1em solid #FFF; } -- 2.18.0