瀏覽代碼

fix: landing page layout

Alexandru Cambose 2 天之前
父節點
當前提交
cde5b425df
共有 1 個文件被更改,包括 1 次插入4 次删除
  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 {