Skip to content

Commit 6190af6

Browse files
committed
added padding
1 parent 41f4aed commit 6190af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/post.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default function Template({ data, pageContext }) {
2020
title={frontmatter.title}
2121
url={`https://fullstack-serverless-graphql.netlify.app/${frontmatter.path}`}
2222
/>
23-
<div className="flex justify-center x:flex-col">
23+
<div className="flex justify-center x:flex-col p-3">
2424
<div className="blog-post">
2525
<HeadingOne>{frontmatter.title}</HeadingOne>
2626
<HeadingThree>{frontmatter.date}</HeadingThree>

0 commit comments

Comments
 (0)