Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
privacy
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuldevgarg committed Nov 24, 2023
1 parent 86f102d commit 7fe8cea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class _PrivacyAndTermsState extends State<PrivacyAndTerms> {
padding: const EdgeInsets.all(8.0),
child: Container(
alignment: Alignment.center,
width: MediaQuery.of(context).size.width>800?MediaQuery.of(context).size.width*0.75:MediaQuery.of(context).size.width*0.95,
width: MediaQuery.of(context).size.width>900?MediaQuery.of(context).size.width*0.55:MediaQuery.of(context).size.width>800?MediaQuery.of(context).size.width*0.75:MediaQuery.of(context).size.width*0.95,
child: Card(
child: SingleChildScrollView(
child: Column(
Expand Down

0 comments on commit 7fe8cea

Please sign in to comment.