Expand range of what is considered a "phone"

This commit is contained in:
Justin Edmund 2022-12-28 22:38:56 -08:00
parent df795ad9a3
commit 1886b5d99c

View file

@ -1,7 +1,7 @@
// use with @include
@mixin breakpoint($breakpoint) {
$phone-width: 430px;
$phone-height: 850px;
$phone-height: 920px;
$tablet-width: 1024px;
$tablet-height: 1024px;