fix(Home): correct responsive width of cards (#549)

(cherry picked from commit 23b7e397f2)
This commit is contained in:
eMerzh 2020-04-05 23:39:50 +02:00 committed by zorun
parent ff7bcc27e3
commit 0eabb1354a

View file

@ -151,6 +151,11 @@ body {
margin-bottom: 20px;
margin-left: 25px;
}
@media (max-width: 400px) {
.home .card {
min-width: unset;
}
}
/* Other */
#bills {