Skip to content

Commit 3404fbd

Browse files
committed
chore: Updated top padding on intro page.
1 parent fd21011 commit 3404fbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/pages/intro/slides/slide.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ class IntroPageSlideWidgetState extends State<IntroPageSlideWidget> with TickerP
119119
textAlign: TextAlign.center,
120120
child: Center(
121121
child: ListView(
122-
padding: const EdgeInsets.only(
123-
top: 80,
122+
padding: EdgeInsets.only(
123+
top: MediaQuery.of(context).size.width <= 768 ? 40 : 20,
124124
right: 20,
125125
left: 20,
126126
bottom: 20,

0 commit comments

Comments
 (0)