diff --git a/frontend/src/components/blog/comments/Comments.tsx b/frontend/src/components/blog/comments/Comments.tsx index 36dbe66..6ebc011 100644 --- a/frontend/src/components/blog/comments/Comments.tsx +++ b/frontend/src/components/blog/comments/Comments.tsx @@ -270,7 +270,7 @@ export default function Comments(props: CommentsProps) { <> diff --git a/frontend/src/pages/blog/[slug].astro b/frontend/src/pages/blog/[slug].astro index 4defca8..a194b0f 100644 --- a/frontend/src/pages/blog/[slug].astro +++ b/frontend/src/pages/blog/[slug].astro @@ -152,16 +152,16 @@ const heroImage = getPostImageUrl(post); } @media (max-width: 768px) { - .post-content { - padding: 2rem 0; - } - .post-content :global(h2) { - font-size: 1.15rem; + font-size: 1rem; + text-align: center; + justify-content: center; } .post-content :global(h3) { - font-size: 1.05rem; + font-size: 0.9rem; + text-align: center; + justify-content: center; } .post-content :global(p) {