mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 05:48:16 +08:00
set mobile breakpoint at 700px
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
@import "common/foundation/mixins";
|
||||
@import "common/foundation/helpers";
|
||||
|
||||
$mobile-breakpoint: 600px;
|
||||
$mobile-breakpoint: 700px;
|
||||
|
||||
// Change the box model for .admin-content
|
||||
@media (max-width: $mobile-breakpoint) {
|
||||
|
Reference in New Issue
Block a user