Skip to content

Commit

Permalink
refactor: 질문 크기 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
khj0426 committed Dec 3, 2023
1 parent f0e3274 commit 2bd6f5d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pages/CreatedReviewManagePage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,10 @@ const CreatedReviewManagePage = () => {
</div>

<div className="mx-auto flex w-full max-w-[37.5rem] flex-col px-5 py-7 md:p-10">
<h1 className="text-xl md:text-2xl">{getReviewQuestion?.title}</h1>
<h1 className="text-2xl font-bold md:text-3xl">
{getReviewQuestion?.title}
</h1>

<h2 className="mt-3 whitespace-pre-wrap text-sm md:mt-4 md:text-xl">
{getReviewQuestion?.description}
</h2>
Expand Down

0 comments on commit 2bd6f5d

Please sign in to comment.