From 282b5814a61ca1f1824db21a5c3f41f345b23d48 Mon Sep 17 00:00:00 2001 From: Jimin Ha Date: Tue, 31 Dec 2024 20:52:52 +0900 Subject: [PATCH] fix(fe): fix width when page small --- frontend/app/(main)/page.tsx | 20 ++++++++++---------- frontend/components/ui/SmallArticle.tsx | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/frontend/app/(main)/page.tsx b/frontend/app/(main)/page.tsx index 23bbbd2..795d7f1 100644 --- a/frontend/app/(main)/page.tsx +++ b/frontend/app/(main)/page.tsx @@ -210,35 +210,35 @@ export default async function Home() {
-
+
-
+
-
+
-
-
+
+
-
+
-
+
-
-
+
+
-
+
diff --git a/frontend/components/ui/SmallArticle.tsx b/frontend/components/ui/SmallArticle.tsx index e3b248b..1dfb0b2 100644 --- a/frontend/components/ui/SmallArticle.tsx +++ b/frontend/components/ui/SmallArticle.tsx @@ -21,7 +21,7 @@ export default function SmallArticle({ article }: { article: Article }) { >
-

{article?.content}

+

{article?.content}