Skip to content
Snippets Groups Projects
Commit b3cd0074 authored by poka's avatar poka
Browse files

Align Logo

parent 646b8613
No related branches found
No related tags found
1 merge request!2Make home great again
...@@ -126,6 +126,7 @@ class HomeScreen extends StatelessWidget { ...@@ -126,6 +126,7 @@ class HomeScreen extends StatelessWidget {
child: Row( child: Row(
mainAxisAlignment: MainAxisAlignment.center, mainAxisAlignment: MainAxisAlignment.center,
children: <Widget>[ children: <Widget>[
SizedBox(width: 7),
Image( Image(
image: AssetImage('assets/icon/gecko_final.png'), image: AssetImage('assets/icon/gecko_final.png'),
height: 180), height: 180),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment