Changed @media max-width for .home .card to 450px to make it more responsive

This commit is contained in:
kanta 2020-07-16 18:40:44 +01:00 committed by zorun
parent 351185b854
commit 65988d4993

View file

@ -162,7 +162,7 @@ body {
margin-bottom: 20px;
margin-left: 25px;
}
@media (max-width: 400px) {
@media (max-width: 450px) {
.home .card {
min-width: unset;
}