Update min-width for phone

This commit is contained in:
Justin Edmund 2023-01-26 01:29:32 -08:00
parent c04e396796
commit 18bc7dc382

View file

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