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/helpers";
|
||||
|
||||
$mobile-breakpoint: 600px;
|
||||
$mobile-breakpoint: 700px;
|
||||
|
||||
// Change the box model for .admin-content
|
||||
@media (max-width: $mobile-breakpoint) {
|
||||
|
|
Loading…
Reference in New Issue