From ccb90a7871f16a505eb04e59bf5a5d0873c958e9 Mon Sep 17 00:00:00 2001 From: asaei623 <86418308+asaei623@users.noreply.github.com> Date: Thu, 21 Sep 2023 00:56:34 +0900 Subject: [PATCH 1/2] =?UTF-8?q?style:=20=EC=8A=A4=ED=83=80=EC=9D=BC=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/Card.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/common/Card.tsx b/src/components/common/Card.tsx index 44277ad..863617d 100644 --- a/src/components/common/Card.tsx +++ b/src/components/common/Card.tsx @@ -21,7 +21,9 @@ export const QTitleCard = () => { 일상 - 글 제목입니다 글 제목입니다 글 제목입니다 글 제목입니다 + + 일이삼사오륙칠팔구십일이삼사오륙칠팔구십일이삼사오륙칠팔구십일이삼사오륙칠팔구십일이삼사오륙칠팔구십 + 2023.09.11 ); @@ -30,7 +32,7 @@ export const QContentCard = () => { return ( - 질문 내용 + 질문 내용 로렘 입숨(lorem ipsum; 줄여서 립숨, lipsum)은 출판이나 그래픽 디자인 @@ -146,6 +148,7 @@ const Date = ({ children }: { children: string }) => { const Container = styled(Column)<{ height?: number; color: string }>` width: 330px; + max-width: 100%; ${({ height }) => height && `height: ${height}px`}; padding: 27px 28px; @@ -167,6 +170,7 @@ const Title = styled(Typo.h1)` display: flex; justify-content: center; align-items: center; + text-align: center; `; const AnsTitle = styled(Typo.h2)` height: 100%; From 158e3d03a04c509db1b743e5a002ae0c0875b12e Mon Sep 17 00:00:00 2001 From: asaei623 <86418308+asaei623@users.noreply.github.com> Date: Thu, 21 Sep 2023 00:56:49 +0900 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=EC=A7=88=EB=AC=B8=ED=95=98=EA=B8=B0?= =?UTF-8?q?=EC=97=90=20=EC=97=B0=EA=B2=B0=EB=90=9C=20uri=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/Homebar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/common/Homebar.tsx b/src/components/common/Homebar.tsx index 400309e..276d5f5 100644 --- a/src/components/common/Homebar.tsx +++ b/src/components/common/Homebar.tsx @@ -33,8 +33,8 @@ const Homebar = () => { 답변하기 ) : ( - - + + 질문하기 )}