Skip to content

Commit

Permalink
fix: padding 위치 수정 (#1288)
Browse files Browse the repository at this point in the history
  • Loading branch information
juno7803 authored Jan 28, 2024
1 parent 06af90a commit df14956
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/projects/main/ProjectList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,6 @@ const StyledContainer = styled.div`
align-items: center;
justify-content: center;
width: 100%;
@media ${MOBILE_MEDIA_QUERY} {
padding: 12px 10px;
}
`;

const StyledContent = styled.div`
Expand All @@ -173,6 +169,7 @@ const StyledContent = styled.div`
@media ${MOBILE_MEDIA_QUERY} {
margin: 0;
padding: 12px 10px;
width: 100%;
}
`;
Expand Down

0 comments on commit df14956

Please sign in to comment.