Merge pull request 'HomeView erstellen' (#15) from feature/1-homeview-erstellen into development
Reviewed-on: #15 Reviewed-by: gelbeinhalb <spam@yannick-weigert.de>
This commit was merged in pull request #15.
This commit is contained in:
@@ -70,7 +70,7 @@ class _HomeViewState extends State<HomeView> {
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
Padding(
|
Padding(
|
||||||
padding: const EdgeInsets.symmetric(vertical: 24.0),
|
padding: const EdgeInsets.symmetric(vertical: 16.0),
|
||||||
child: InfoTile(
|
child: InfoTile(
|
||||||
width: constraints.maxWidth * 0.95,
|
width: constraints.maxWidth * 0.95,
|
||||||
title: 'Recent Games',
|
title: 'Recent Games',
|
||||||
|
|||||||
Reference in New Issue
Block a user