mirror of
https://github.com/Lissy93/web-check.git
synced 2025-02-02 19:49:59 +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);
|
width: calc(100% - 2rem);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@media(max-width: 600px) {
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
ul {
|
ul {
|
||||||
-webkit-column-width: 150px;
|
-webkit-column-width: 150px;
|
||||||
|
Loading…
Reference in New Issue
Block a user