From 0942d05aae390f1fb19aedfd0e506b65eca08c08 Mon Sep 17 00:00:00 2001 From: "lky062@naver.com" Date: Wed, 16 Oct 2024 01:22:35 +0900 Subject: [PATCH] =?UTF-8?q?style=20:=20=EA=B8=80=EC=9E=90=20=EA=B0=84?= =?UTF-8?q?=EA=B2=A9=20=EC=A1=B0=EC=A0=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Guest/components/GuestBookEntry.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/pages/Guest/components/GuestBookEntry.tsx b/src/pages/Guest/components/GuestBookEntry.tsx index fb45861..bca88da 100644 --- a/src/pages/Guest/components/GuestBookEntry.tsx +++ b/src/pages/Guest/components/GuestBookEntry.tsx @@ -44,7 +44,7 @@ const GuestBoxHeader = styled.div` margin-bottom: 8px; @media (max-width: 768px) { - font-size: 8px; + font-size: 10px; margin-bottom: 11px; } `; @@ -58,8 +58,9 @@ const GuestBoxContent = styled.div` margin-bottom: 16px; @media (max-width: 768px) { - font-size: 10px; + font-size: 12px; margin-bottom: 12px; + padding-top: 1rem; } `; @@ -70,6 +71,6 @@ const GuestBoxFooter = styled.div` text-align: right; @media (max-width: 768px) { - font-size: 8px; + font-size: 10px; } `;