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;