Skip to content

Commit

Permalink
changed spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
GLaDO8 committed May 21, 2021
1 parent d87f942 commit ae0776c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export default function Index({ allPosts, allWork }) {
</div>
</div>
</div>
<div className="mt-36 md:mt-48 lg:mt-64">
<div className="mt-24 md:mt-36 lg:mt-48">
<div className="home-page-title">Selected Work</div>
<ProjectList posts={allWork} />
</div>
Expand Down Expand Up @@ -109,7 +109,7 @@ export default function Index({ allPosts, allWork }) {
</div>
</Link>
</div>
<div className="mt-12 lg:mt-24">
<div className="mt-24 lg:mt-36">
<div className="home-page-title">Selected Writings</div>
<WritingList posts={allPosts} />
<Link href="/writings" passHref={true}>
Expand Down

0 comments on commit ae0776c

Please sign in to comment.