Skip to content

Commit

Permalink
fix: 마이페이지 바텀 네비게이션바의 의해 잘리지 않도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Leejha committed Oct 18, 2023
1 parent 877ff62 commit 8315f42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
`};
`;

Expand Down

0 comments on commit 8315f42

Please sign in to comment.