Skip to content

Commit

Permalink
Revert "fix: fix mobile rwd issue"
Browse files Browse the repository at this point in the history
This reverts commit 19a22f0.
  • Loading branch information
duidae committed Jan 4, 2023
1 parent 680a690 commit 15fdbf7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const Container = styled.div`
width: ${mockup.tablet.cardWidth}px;
`}
${mq.mobileOnly`
width: 100%;
width: ${mockup.mobile.cardWidth}px;
`}
a {
Expand Down

0 comments on commit 15fdbf7

Please sign in to comment.