fix(device-health-check): reduce width for card per row stage

This commit is contained in:
RadoslavDimchev 2024-04-10 15:13:11 +03:00 committed by Radoslav Dimchev
parent 9f5cff3f8a
commit c028dee2f0
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
width: 100%;
}
@media (max-width: 900px) {
@media (max-width: 600px) {
.cards-container {
grid-template-columns: repeat(1, 1fr);
}