mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-09 22:57:21 +00:00
added fonts, fixed alignment, and responsivness for the web
This commit is contained in:
@ -7,10 +7,10 @@ mixin HelperResponsiveLayout {
|
||||
|
||||
bool isMediumScreenSize(BuildContext context) {
|
||||
return MediaQuery.of(context).size.width >= 700 &&
|
||||
MediaQuery.of(context).size.width < 1300;
|
||||
MediaQuery.of(context).size.width < 1400;
|
||||
}
|
||||
|
||||
bool isLargeScreenSize(BuildContext context) {
|
||||
return MediaQuery.of(context).size.width >= 1300;
|
||||
return MediaQuery.of(context).size.width >= 1400;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user