Skip to content

Commit

Permalink
style: 닉네임 padding top 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
esthel7 committed Dec 13, 2023
1 parent 7ddb71b commit 91f6837
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions front/src/pages/Make/Nickname/Nickname.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@ const StyledWrap = styled.div`
const StyledExplain = styled.div`
font: ${props => props.theme.font['--normal-nickname-font']};
color: white;
padding-top: 40%;
@media (min-width: ${props => props.theme.size['--desktop-width']}) {
padding-top: 25%;
}
padding-top: 12rem;
`;

const StyledPink = styled.span`
Expand Down

0 comments on commit 91f6837

Please sign in to comment.