diff --git a/lib/features/main/main_section_desktop.dart b/lib/features/main/main_section_desktop.dart index 39cd49f..7f125d3 100644 --- a/lib/features/main/main_section_desktop.dart +++ b/lib/features/main/main_section_desktop.dart @@ -66,8 +66,8 @@ class MainDesktop extends HookWidget { padding: EdgeInsets.symmetric(horizontal: 12), child: AboutSection(), ), - SizedBox(height: 120), - ExperiencesSection(), + // SizedBox(height: 120), + // ExperiencesSection(), SizedBox(height: 120), ProjectsSection(), ], diff --git a/lib/features/main/main_section_tablet.dart b/lib/features/main/main_section_tablet.dart index 3e1f076..3cfba8e 100644 --- a/lib/features/main/main_section_tablet.dart +++ b/lib/features/main/main_section_tablet.dart @@ -41,11 +41,11 @@ class _MainTabletState extends State { Padding( padding: EdgeInsets.symmetric(horizontal: 12), child: AnimatedFadeSlide( - offset: Offset(0, 40), - duration: Duration(milliseconds: 800), - delay: Duration(milliseconds: 200), - child: PersonalInfoSection(), - ), + offset: Offset(0, 40), + duration: Duration(milliseconds: 800), + delay: Duration(milliseconds: 200), + child: PersonalInfoSection(), + ), // child: PersonalInfoTablet(), ), gapH100, @@ -56,7 +56,7 @@ class _MainTabletState extends State { gapH100, ProjectsSection(), gapH100, - ExperiencesSection(), + // ExperiencesSection(), ], ), ),