Bläddra i källkod

fix: landing page layout

Alexandru Cambose 1 dag sedan
förälder
incheckning
cde5b425df
1 ändrade filer med 1 tillägg och 4 borttagningar
  1. 1 4
      apps/developer-hub/src/components/Pages/Homepage/index.module.scss

+ 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 {