Skip to content

Commit

Permalink
🐛 Fix BookCard styling on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
pouretrebelle committed Feb 13, 2023
1 parent e6b089e commit 61473f8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/components/cards/BookCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,11 @@ const StyledImgWrapper = styled.figure`
color: ${COLOR.BACKGROUND_LIGHT};
}
&[data-big='true'] {
height: 350px;
}
${screenMin.m`
&[data-big='true'] {
height: 350px;
}
`}
`

const StyledImg = styled(Image)`
Expand Down

0 comments on commit 61473f8

Please sign in to comment.