chore: Minor design improvements
This commit is contained in:
parent
0cad974df0
commit
5481ffac9b
3 changed files with 3 additions and 18 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue