Skip to content

Commit

Permalink
fix: Faq 400px뷰 이하 padding적용
Browse files Browse the repository at this point in the history
  • Loading branch information
ljh0608 committed Jan 7, 2025
1 parent d6fcbd1 commit 73012d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/main/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const FaqContainer = styled.div`
}
@media screen and (width <= 400px) {
margin: 0 2rem;
padding: 0 2rem;
}
`;

Expand Down

0 comments on commit 73012d3

Please sign in to comment.