fix(scss): change $on-phone media breakpoint

This commit is contained in:
Jimmy Cai 2020-09-07 11:19:06 +02:00
parent 17b2224b1f
commit b60e1ad5e5
No known key found for this signature in database
GPG Key ID: 3EA408E527F37B18

View File

@ -1,7 +1,7 @@
$defaultTagBackgrounds: #8ea885, #df7988, #0177b8, #ffb900, #6b69d6;
$defaultTagColors: #fff, #fff, #fff, #fff, #fff;
$on-phone: 740px;
$on-phone: 812px;
$on-tablet: 1024px;
$on-desktop: 1519px;
$on-desktop-large: 1920px;