Skip to content

Commit

Permalink
#17 [Fix] fix vote page UI
Browse files Browse the repository at this point in the history
  • Loading branch information
eunbis committed Aug 2, 2022
1 parent 5f30efd commit 39407aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions src/pages/Save/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ const MainText = styled.p`
const MainBox = styled.div`
width: 100rem;
height: 55rem;
margin-bottom: 2.5rem;
background-color: ${({ theme: { color } }) => color.white};
border-radius: 1.4rem;
${applyMediaQuery('mobile')} {
Expand Down Expand Up @@ -269,6 +270,7 @@ const ButtonBox = styled.div`
const Bear = styled.div`
width: 25rem;
height: 25rem;
margin-bottom: 1.5rem;
position: relative;
z-index: 0;
`;
Expand Down
8 changes: 4 additions & 4 deletions src/pages/Vote/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ const BackButton = styled.img`
`;

const Text = styled.div`
width: 100%;
/* width: 100%; */
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding-bottom: 9rem;
padding-bottom: 12rem;
${applyMediaQuery('mobile')} {
top: 0;
Expand All @@ -76,8 +76,8 @@ const MainText = styled.p`
`;

const ContentBox = styled.div`
margin-top: 4rem;
margin-bottom: 3rem;
margin-top: 3rem;
margin-bottom: 7rem;
${applyMediaQuery('mobile')} {
margin-top: 20rem;
Expand Down

0 comments on commit 39407aa

Please sign in to comment.