mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 07:49:48 +08:00
set mobile breakpoint at 700px
This commit is contained in:
@ -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) {
|
||||||
|
Reference in New Issue
Block a user