fix(scss): change $on-phone media breakpoint
This commit is contained in:
parent
17b2224b1f
commit
b60e1ad5e5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user