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