Преглед на файлове

feat(dev-hub) Needed more finishing.

Aditya Arora преди 1 седмица
родител
ревизия
db4db68a5b
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      apps/developer-hub/src/components/Pages/Homepage/index.module.scss

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

@@ -19,14 +19,14 @@
 }
 
 .sectionHeroContent {
-  @include theme.max-width;
-
   display: flex;
   flex-direction: column;
   gap: theme.spacing(10);
   padding-top: theme.spacing(18);
   padding-bottom: theme.spacing(18);
 
+  @include theme.max-width;
+
   @include theme.breakpoint("lg") {
     flex-direction: row;
     align-items: flex-start;