mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 16:03:59 +08:00
set mobile breakpoint at 700px
This commit is contained in:
parent
640c0f81f6
commit
1df8600081
|
@ -3,7 +3,7 @@
|
||||||
@import "common/foundation/mixins";
|
@import "common/foundation/mixins";
|
||||||
@import "common/foundation/helpers";
|
@import "common/foundation/helpers";
|
||||||
|
|
||||||
$mobile-breakpoint: 600px;
|
$mobile-breakpoint: 700px;
|
||||||
|
|
||||||
// Change the box model for .admin-content
|
// Change the box model for .admin-content
|
||||||
@media (max-width: $mobile-breakpoint) {
|
@media (max-width: $mobile-breakpoint) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user