Skip to content

Commit cde5b42

Browse files
alexcamboseaditya520
authored andcommitted
fix: landing page layout
1 parent cbb5dd5 commit cde5b42

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
flex-direction: row;
3232
align-items: flex-start;
3333
gap: theme.spacing(18);
34-
padding-left: theme.spacing(20);
35-
padding-right: theme.spacing(20);
3634
}
3735
}
3836

@@ -67,8 +65,7 @@
6765
}
6866

6967
.sectionProducts {
70-
padding: theme.spacing(10) theme.spacing(20) theme.spacing(10)
71-
theme.spacing(20);
68+
@include theme.max-width;
7269
}
7370

7471
.sectionHeaderTitle {

0 commit comments

Comments
 (0)