🐛🎨 Fix de la largeur des boutons dans des cartes sur mobile (#1957)
parent
bbcb981c3e
commit
279098edaf
|
@ -90,6 +90,9 @@ const StyledHeader = styled(H3)`
|
|||
`
|
||||
const CardButton = styled(StyledButton)`
|
||||
margin: ${({ theme }) => theme.spacings.sm} 0;
|
||||
@media (max-width: ${({ theme }) => theme.breakpointsWidth.sm}) {
|
||||
width: initial;
|
||||
}
|
||||
`
|
||||
|
||||
const IconContainer = styled.div`
|
||||
|
|
Loading…
Reference in New Issue