mirror of
https://github.com/Lissy93/web-check.git
synced 2025-01-23 14:49:16 +01:00
Button layout for mobile
This commit is contained in:
parent
645dcf229f
commit
e24934b7dd
@ -69,6 +69,9 @@ const SiteFeaturesWrapper = styled(StyledCard)`
|
||||
width: calc(100% - 2rem);
|
||||
}
|
||||
}
|
||||
@media(max-width: 600px) {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
}
|
||||
ul {
|
||||
-webkit-column-width: 150px;
|
||||
|
Loading…
Reference in New Issue
Block a user