From 25316c8e3779d46f9d63dcdf1455779681d2f138 Mon Sep 17 00:00:00 2001 From: scossar Date: Thu, 27 Aug 2015 14:09:21 -0700 Subject: [PATCH] remove medium screen width rule --- app/assets/stylesheets/desktop/discourse.scss | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/app/assets/stylesheets/desktop/discourse.scss b/app/assets/stylesheets/desktop/discourse.scss index 5e250612c..2c58ae8fd 100644 --- a/app/assets/stylesheets/desktop/discourse.scss +++ b/app/assets/stylesheets/desktop/discourse.scss @@ -2,16 +2,6 @@ // BEWARE: changing these styles implies they take effect anywhere they are seen // throughout the Discourse application -@include medium-width { - body { - min-width: $medium-width; - } - .wrap, - .full-width { - width: $medium-width; - } -} - @media all and (max-width : 570px) { body {