There was an error while loading. Please reload this page.
1 parent d3cb4af commit c0e9911Copy full SHA for c0e9911
lib/pages/onboard_page.dart
@@ -147,7 +147,7 @@ class _OnboardPageState extends State<OnboardPage> {
147
/// Image and name card
148
new Padding(padding: new EdgeInsets.only(bottom: 32.0)),
149
new SizedBox(
150
- height: MediaQuery.of(context).size.height * 0.20,
+ height: MediaQuery.of(context).size.height * 0.05,
151
),
152
new Column(
153
mainAxisSize: MainAxisSize.min,
0 commit comments