chore: Minor design improvements

This commit is contained in:
Christian Pauly 2021-01-16 22:18:22 +01:00
commit 5481ffac9b
3 changed files with 3 additions and 18 deletions

View file

@ -154,7 +154,7 @@ class _DiscoverPageState extends State<DiscoverPage> {
);
}
return GridView.builder(
padding: EdgeInsets.all(16),
padding: EdgeInsets.all(12),
gridDelegate: SliverGridDelegateWithFixedCrossAxisCount(
crossAxisCount: 2,
childAspectRatio: 1,