diff --git a/lib/home/home_view/featured_acticvity.dart b/lib/home/home_view/featured_acticvity.dart index 057a0056..938bc807 100644 --- a/lib/home/home_view/featured_acticvity.dart +++ b/lib/home/home_view/featured_acticvity.dart @@ -32,7 +32,7 @@ class _FeaturedActivity extends State { Container( child: stackItem(18.sp), margin: EdgeInsets.symmetric(horizontal: 5.w), - width: (MediaQuery.of(context).size.width - 42) / 2, + width: (MediaQuery.of(context).size.width - 42) /2, height: 180.h, decoration: BoxDecoration( borderRadius: BorderRadius.circular(4), @@ -52,7 +52,7 @@ class _FeaturedActivity extends State { Container( child: stackItem(14.sp), margin: EdgeInsets.symmetric(horizontal: 5.w), - width: (MediaQuery.of(context).size.width - 42) / 2, + width: (MediaQuery.of(context).size.width - 42) /2, height: 170.h / 2, decoration: BoxDecoration( borderRadius: BorderRadius.circular(4), @@ -65,9 +65,7 @@ class _FeaturedActivity extends State { ), ), ), - SizedBox( - height: 10.h, - ), + Container( child: stackItem(14.sp), margin: EdgeInsets.symmetric(horizontal: 5.w),