diff --git a/lib/presentation/pages/modules/view.dart b/lib/presentation/pages/modules/view.dart index 34fa394..8dda9d2 100644 --- a/lib/presentation/pages/modules/view.dart +++ b/lib/presentation/pages/modules/view.dart @@ -54,7 +54,7 @@ class ModulesPage extends GetView { itemCount: controller.moduleList.length, ), ), - SizedBox(height: 24.h), + Container( height: 107.h, margin: EdgeInsets.symmetric(horizontal: 16.w), @@ -122,9 +122,9 @@ class ModulesPage extends GetView { ), ), - SizedBox(height: 24.h), + SizedBox(height: 12.h), SliderWidget(height: 160, widgetTag: "down"), - SizedBox(height: 24.h), + SizedBox(height: 20.h), ], ), ),