diff --git a/pages/blog/[slug].js b/pages/blog/[slug].js
index 12fa2e5..94299f7 100644
--- a/pages/blog/[slug].js
+++ b/pages/blog/[slug].js
@@ -25,14 +25,15 @@ export default function slug({ frontMatter, source, slug }) {
-
{frontMatter.title}
- {dayjs(frontMatter.date).format('MMMM D, YYYY')}
- {frontMatter.author}
-
-
-
-
-
+
+
{frontMatter.title}
+ {dayjs(frontMatter.date).format('MMMM D, YYYY')}
+ {frontMatter.author}
+
+
+
+
+
>
);
}
diff --git a/styles/post.module.scss b/styles/post.module.scss
index edccf7e..e1f5909 100644
--- a/styles/post.module.scss
+++ b/styles/post.module.scss
@@ -1,3 +1,4 @@
.content {
- padding: 5px;
+ margin: 0 50px;
+ padding: 10px;
}