mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
remove medium screen width rule
This commit is contained in:
parent
7de03f837e
commit
25316c8e37
1 changed files with 0 additions and 10 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue