From 9801b20a61087b2d96455df0c146af791faf47c5 Mon Sep 17 00:00:00 2001 From: Lea Date: Mon, 23 Jan 2023 09:55:46 +0100 Subject: [PATCH] increase widget size on home page --- lib/widgets/homepage_post.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/widgets/homepage_post.dart b/lib/widgets/homepage_post.dart index 4b798a1..28e557d 100644 --- a/lib/widgets/homepage_post.dart +++ b/lib/widgets/homepage_post.dart @@ -65,7 +65,7 @@ class _HomepagePostState extends State { }, borderRadius: const BorderRadius.all(Radius.circular(15)), child: Container( - margin: const EdgeInsets.all(8.0), + margin: const EdgeInsets.symmetric(horizontal: 8.0, vertical: 12.0), child: Column( crossAxisAlignment: CrossAxisAlignment.start, children: [