From 7ce53dfd19caf16ef46dea3bdb7e918f9cb57d2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laur=C3=A9line=20Gu=C3=A9rin?= Date: Thu, 2 Nov 2023 16:23:10 +0100 Subject: [PATCH] nimes: hide toplinks for mobiles (#83069) --- static/nimes/_custom.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/nimes/_custom.scss b/static/nimes/_custom.scss index 7f694d40..46f2d53c 100644 --- a/static/nimes/_custom.scss +++ b/static/nimes/_custom.scss @@ -1,4 +1,10 @@ // Header +#toplinks { + @media($max-mobile-viewport) { + display: none; + } +} + #toplinks a { @extend %button; border-color: white;