diff --git a/apps/jurumarble/src/app/my/components/VoteListContainer.tsx b/apps/jurumarble/src/app/my/components/VoteListContainer.tsx index 8c4ab593..36c5087d 100644 --- a/apps/jurumarble/src/app/my/components/VoteListContainer.tsx +++ b/apps/jurumarble/src/app/my/components/VoteListContainer.tsx @@ -67,7 +67,7 @@ function VoteListContainer() { const Container = styled.section` ${({ theme }) => css` background-color: ${theme.colors.bg_02}; - padding: 24px 20px; + padding: 24px 20px 80px 20px; `}; `;