Skip to content

Commit

Permalink
[#46] Fix: Letter Modal 반응형 position 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
MuseopKim committed Apr 11, 2021
1 parent 91e0def commit 73f3b5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const LetterModalTemplateBlock = styled.div`
@media ${({ theme }) => theme.device.mobile} {
width: 100%;
padding: 3.5rem 3rem;
top: 32%;
top: 41%;
}
`;

Expand Down

0 comments on commit 73f3b5c

Please sign in to comment.