From 318474402649dd5cf4cd81dadb3f0fa5dd570897 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 12 Jul 2017 21:53:13 +0100 Subject: [PATCH] CSS ordering --- static/src/scss/style.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/src/scss/style.scss b/static/src/scss/style.scss index 99ab6f9..f1d3090 100644 --- a/static/src/scss/style.scss +++ b/static/src/scss/style.scss @@ -84,9 +84,10 @@ blockquote p { nav { a { - white-space: nowrap; overflow: hidden; text-overflow: ellipsis; + white-space: nowrap; + @media screen and (max-width: 840px) { &.link.depth-2 { display: none !important;