diff --git a/pages/post/[slug].js b/pages/post/[slug].js index 01fc01bd..6b74b4ce 100644 --- a/pages/post/[slug].js +++ b/pages/post/[slug].js @@ -307,7 +307,7 @@ export default function Post({
-
+
@@ -324,7 +324,7 @@ export default function Post({
-
+
{/* */} {/* {post.attributes?.title} | Prototypr @@ -334,7 +334,7 @@ export default function Post({ <div className="hidden sticky top-6 mt-8 h-fit lg:col-span-1 lg:block"> <LikeButton post={post} user={user} /> </div> - <div className="max-w-full col-span-12 md:col-span-9 lg:col-span-8 lg:pl-[10%] md:pr-4 lg:pr-0"> + <div className="max-w-full col-span-12 md:col-span-9 lg:col-span-8 lg:pl-[18%] md:pr-4 lg:pr-0"> <div className="max-w-full blog-content w-[44rem] mt-10 mx-auto" dangerouslySetInnerHTML={{