Skip to content

Commit

Permalink
padding
Browse files Browse the repository at this point in the history
  • Loading branch information
zeepk committed Aug 24, 2022
1 parent 8f8841c commit b918309
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ import Community from '../components/Community.astro';
<div class="flex flex-col flex-wrap items-center md:w-10/12 w-full">
<Header />
<AboutMe />
<div class="pb-40"></div>
<div class="pb-16"></div>
<ProjectContainer />
<div class="pb-40"></div>
<div class="pb-20"></div>
<Community />
<div class="pb-20"></div>
</div>
Expand Down

0 comments on commit b918309

Please sign in to comment.