Skip to content

Commit

Permalink
design: section 사이에 빈 공간 생기는 부분 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
nim-od committed Aug 22, 2024
1 parent 89bf916 commit 114c737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/user/src/components/home/quizHint/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import HintCards from './HintCards.tsx';
/** 선착순 퀴즈 힌트 섹션 */
export default function QuizHint() {
return (
<section className="snap-start bg-neutral-700 pt-[160px]">
<section className="snap-start bg-neutral-700 pb-[10px] pt-[160px]">
<div className="gap-15 flex flex-col items-center">
<h2>퀴즈 HINT</h2>
<HintCards />
Expand Down

0 comments on commit 114c737

Please sign in to comment.