Skip to content

Commit

Permalink
refactor(pages): add a global padding on the home page
Browse files Browse the repository at this point in the history
  • Loading branch information
thread-koder committed Jan 18, 2024
1 parent a766301 commit 85e93e7
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions pages/index.vue
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
<template>
<div class="bg-gray">
<Hero />
<LastUpdated />
<LazyHydrate when-visible>
<Stats />
</LazyHydrate>
<LazyHydrate when-visible>
<TopDevelopers />
</LazyHydrate>
<div class="px-8 md:px-14 lg:px-24">
<LastUpdated />
<LazyHydrate when-visible>
<Stats />
</LazyHydrate>
<LazyHydrate when-visible>
<TopDevelopers />
</LazyHydrate>
</div>
</div>
</template>

Expand Down

0 comments on commit 85e93e7

Please sign in to comment.