Skip to content

Commit b9da9ee

Browse files
committed
increase hieght space gaps in main view
1 parent 54d0fed commit b9da9ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/view/main/main_view.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class _MainViewState extends State<MainView> {
5555
if (Responsive.isDesktop(context))
5656
SliverToBoxAdapter(child: SizedBox(height: 180.h)),
5757

58-
SliverToBoxAdapter(child: SizedBox(height: 170.h)),
58+
SliverToBoxAdapter(child: SizedBox(height: 220.h)),
5959

6060
SliverToBoxAdapter(
6161
child: KeyedSubtree(
@@ -74,7 +74,7 @@ class _MainViewState extends State<MainView> {
7474
tablet: ProjectGrid(ratio: 1.4, crossAxisCount: 2),
7575
),
7676

77-
SliverToBoxAdapter(child: SizedBox(height: 200.h)),
77+
SliverToBoxAdapter(child: SizedBox(height: 220.h)),
7878

7979
// Certifications Section Anchor + Content
8080
if (Responsive.isLargeMobile(context))

0 commit comments

Comments
 (0)