We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54d0fed commit b9da9eeCopy full SHA for b9da9ee
1 file changed
lib/view/main/main_view.dart
@@ -55,7 +55,7 @@ class _MainViewState extends State<MainView> {
55
if (Responsive.isDesktop(context))
56
SliverToBoxAdapter(child: SizedBox(height: 180.h)),
57
58
- SliverToBoxAdapter(child: SizedBox(height: 170.h)),
+ SliverToBoxAdapter(child: SizedBox(height: 220.h)),
59
60
SliverToBoxAdapter(
61
child: KeyedSubtree(
@@ -74,7 +74,7 @@ class _MainViewState extends State<MainView> {
74
tablet: ProjectGrid(ratio: 1.4, crossAxisCount: 2),
75
),
76
77
- SliverToBoxAdapter(child: SizedBox(height: 200.h)),
78
79
// Certifications Section Anchor + Content
80
if (Responsive.isLargeMobile(context))
0 commit comments