Skip to content

Commit

Permalink
design: white-space:pre-line;으로 새 줄 띄어쓴다
Browse files Browse the repository at this point in the history
  • Loading branch information
leegwae authored and github-actions[bot] committed Oct 17, 2023
1 parent 6d7510b commit 597d8fb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/pages/Index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,14 @@ export const Index = (): JSX.Element => (
>
<img
src="/Logo.png"
className="h-28 w-h-28 sm:h-40 sm:w-40"
className="h-28 w-28 sm:h-40 sm:w-40"
alt="toquiz 로고"
/>
<div className="flex flex-col justify-start gap-3">
<div>
<p className="text-5xl font-bold sm:text-7xl">익명으로 질문을</p>
<p className="text-5xl font-bold sm:text-7xl">받아보세요</p>
<p className="text-5xl font-bold sm:text-7xl whitespace-pre-line">
{`익명으로 질문을\n받아보세요`}
</p>
</div>
<p className="text-grey-dark sm:text-lg">
강의나 세미나를 진행할 때, 혹은 친구 사이에 부담없이 익명으로 질문을
Expand Down

0 comments on commit 597d8fb

Please sign in to comment.