remove medium screen width rule

This commit is contained in:
scossar 2015-08-27 14:09:21 -07:00
parent 7de03f837e
commit 25316c8e37

View file

@ -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 {