Jelajahi Sumber

fix: landing page layout

Alexandru Cambose 2 hari lalu
induk
melakukan
cde5b425df

+ 1 - 4
apps/developer-hub/src/components/Pages/Homepage/index.module.scss

@@ -31,8 +31,6 @@
     flex-direction: row;
     align-items: flex-start;
     gap: theme.spacing(18);
-    padding-left: theme.spacing(20);
-    padding-right: theme.spacing(20);
   }
 }
 
@@ -67,8 +65,7 @@
 }
 
 .sectionProducts {
-  padding: theme.spacing(10) theme.spacing(20) theme.spacing(10)
-    theme.spacing(20);
+    @include theme.max-width;
 }
 
 .sectionHeaderTitle {