From a9be2f4067de8be2ba467daa561c1175789e18f4 Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Sat, 31 Oct 2020 20:24:00 +0530 Subject: [PATCH] recent_topics: Expand width at 767px instead of 700px. This looks nice and doesn't break anything. --- static/styles/recent_topics.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/static/styles/recent_topics.css b/static/styles/recent_topics.css index 460cdbabf9..b59c118b8f 100644 --- a/static/styles/recent_topics.css +++ b/static/styles/recent_topics.css @@ -11,11 +11,7 @@ display: flex; flex-direction: column; - @media (max-width: 1130px) { - max-width: 90%; - } - - @media (max-width: 700px) { + @media (max-width: $md-max) { height: 95%; max-width: none; width: 90%;