Skip to content

Commit

Permalink
Merge pull request #107 from softeerbootcamp4th/layout
Browse files Browse the repository at this point in the history
changed_layout
  • Loading branch information
subsub-e authored Aug 16, 2024
2 parents b2dbf3d + 1da6b8f commit d632e44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion service/src/pages/miniquiz/MiniQuizResult.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function MiniQuizResult() {
const onClose = () => setOpenExitModal(false);

return (
<div className="relative flex flex-col items-center h-screen bg-miniquiz-paper pt-4000">
<div className="relative flex flex-col items-center h-screen bg-miniquiz-paper pt-2500">
<EventHeader
eventTitle="Event 2. 도구 얻기"
eventBody="월드컵 일일 미니퀴즈"
Expand Down
4 changes: 1 addition & 3 deletions service/src/pages/miniquiz/MiniQuizResultMain.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@ function MiniQuizResultMain({ response }) {
선착순 당첨
</div>
</div>
<div className="py-500 text-body-1-bold mb-1200">
{correctMessage}
</div>
<div className="py-500 text-body-1-bold mb-400">{correctMessage}</div>
</>
) : (
<>
Expand Down

0 comments on commit d632e44

Please sign in to comment.