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%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 900px) {
|
@media (max-width: 600px) {
|
||||||
.cards-container {
|
.cards-container {
|
||||||
grid-template-columns: repeat(1, 1fr);
|
grid-template-columns: repeat(1, 1fr);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue