Update min-width for phone
This commit is contained in:
parent
c04e396796
commit
18bc7dc382
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
// use with @include
|
||||
@mixin breakpoint($breakpoint) {
|
||||
$phone-width: 430px;
|
||||
$phone-width: 450px;
|
||||
$phone-height: 920px;
|
||||
|
||||
$tablet-width: 1024px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue