Skip to content

Commit

Permalink
fix : mainTopic responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
hoyyChoi committed Nov 22, 2023
1 parent 02f731f commit 908fa6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/organisms/Home/MainTopic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const TopicWrapper = styled.div`
@media (max-width: 880px) {
display: flex;
flex-wrap: wrap;
width: 400px;
width: 560px;
justify-content: center;
margin: 0 auto;
& > div {
Expand All @@ -102,7 +102,7 @@ const TopicWrapper = styled.div`
@media (max-width: 564px) {
flex-wrap: wrap;
width: 200px;
width: 340px;
justify-content: center;
margin: 0 auto;
& > div {
Expand Down

0 comments on commit 908fa6a

Please sign in to comment.