Increase mobile size to 800
This commit is contained in:
@@ -210,7 +210,7 @@ class MyTheme {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void setScreenType(double width) {
|
void setScreenType(double width) {
|
||||||
if (width <= 500) {
|
if (width <= 800) {
|
||||||
screenType = "mobile";
|
screenType = "mobile";
|
||||||
} else {
|
} else {
|
||||||
screenType = "desktop";
|
screenType = "desktop";
|
||||||
|
|||||||
Reference in New Issue
Block a user