We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f4aed commit 6190af6Copy full SHA for 6190af6
src/templates/post.js
@@ -20,7 +20,7 @@ export default function Template({ data, pageContext }) {
20
title={frontmatter.title}
21
url={`https://fullstack-serverless-graphql.netlify.app/${frontmatter.path}`}
22
/>
23
- <div className="flex justify-center x:flex-col">
+ <div className="flex justify-center x:flex-col p-3">
24
<div className="blog-post">
25
<HeadingOne>{frontmatter.title}</HeadingOne>
26
<HeadingThree>{frontmatter.date}</HeadingThree>
0 commit comments