fix(device-health-check): reduce width for card per row stage
This commit is contained in:
parent
9f5cff3f8a
commit
c028dee2f0
|
@ -5,7 +5,7 @@
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
@media (max-width: 900px) {
|
||||
@media (max-width: 600px) {
|
||||
.cards-container {
|
||||
grid-template-columns: repeat(1, 1fr);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue