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
parent a30f55031a
commit 5e96cd01e5

View file

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