diff --git a/frontend/src/app/results/page.tsx b/frontend/src/app/results/page.tsx index 81632e0..df5b08e 100644 --- a/frontend/src/app/results/page.tsx +++ b/frontend/src/app/results/page.tsx @@ -159,8 +159,8 @@ export default function Results() {

🎭 장르별 투표 결과 (그래프)

- - + + } /> diff --git a/frontend/src/app/vote/page.tsx b/frontend/src/app/vote/page.tsx index ef86be1..c8bb5fa 100644 --- a/frontend/src/app/vote/page.tsx +++ b/frontend/src/app/vote/page.tsx @@ -12,6 +12,7 @@ const containerStyle = css` align-items: center; margin-top: 50px; min-height: 110vh; + padding-bottom: 140px; `; const titleStyle = css`