From e7a5588cb3cccaa565bb14a2cefbf34ef0469e24 Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Sat, 31 Oct 2020 20:09:10 +0530 Subject: [PATCH] drafts: Remove unused css property. Since width of drafts-container is set to 58% above, this property never gets used. --- static/styles/drafts.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/static/styles/drafts.css b/static/styles/drafts.css index 17a0f8ed69..0aa8c21b27 100644 --- a/static/styles/drafts.css +++ b/static/styles/drafts.css @@ -11,10 +11,6 @@ display: flex; flex-direction: column; - @media (max-width: 1130px) { - max-width: 60%; - } - @media (max-width: 700px) { height: 95%; max-width: none;