Skip to content

Commit

Permalink
#227 desing: 반응형시 줄바꿈 구현
Browse files Browse the repository at this point in the history
  • Loading branch information
misung-dev committed Sep 6, 2024
1 parent 3f267b0 commit 9d14d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/DashboardPage/DashboardPage.style.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const TopContainer = styled.div`
display: flex;
justify-content: space-between;
@media (max-width: ${BREAKPOINTS[0]}px) {
@media (max-width: ${BREAKPOINTS[1]}px) {
flex-direction: column;
}
`;
Expand Down

0 comments on commit 9d14d7b

Please sign in to comment.