Skip to content

Commit

Permalink
chore: Updated top padding on intro page.
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyost committed Jan 21, 2025
1 parent fd21011 commit 3404fbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/pages/intro/slides/slide.dart
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ class IntroPageSlideWidgetState extends State<IntroPageSlideWidget> with TickerP
textAlign: TextAlign.center,
child: Center(
child: ListView(
padding: const EdgeInsets.only(
top: 80,
padding: EdgeInsets.only(
top: MediaQuery.of(context).size.width <= 768 ? 40 : 20,
right: 20,
left: 20,
bottom: 20,
Expand Down

0 comments on commit 3404fbd

Please sign in to comment.