From 1cea684a897582ff25e17a0bade098220e178717 Mon Sep 17 00:00:00 2001 From: Web-serfer Date: Tue, 28 Apr 2026 19:37:59 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=BE=D0=B2=D1=8B=D0=B5=20=D0=B8=D0=B7?= =?UTF-8?q?=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=B2=20=D0=BA?= =?UTF-8?q?=D0=BE=D0=BC=D0=BF=D0=BE=D0=B5=D0=BD=D1=82=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/blog/comments/Comments.tsx | 2 +- frontend/src/layouts/ArticleLayout.astro | 15 +++++++++------ frontend/src/pages/blog/[slug].astro | 12 ++++++------ 3 files changed, 16 insertions(+), 13 deletions(-) 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) {