wip: desktop responsiveness

This commit is contained in:
DenserMeerkat
2024-06-09 18:51:13 +05:30
parent a49bcec641
commit b0c4f7145b
17 changed files with 299 additions and 257 deletions

View File

@ -38,7 +38,7 @@ class IntroMessage extends StatelessWidget {
return CustomMarkdown(
data: text,
padding: !context.isMobile ? kPh60 : kPh20,
padding: !context.isMediumWindow ? kPh60 : kPh20,
);
}
return const Center(child: CircularProgressIndicator());