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

(cherry picked from commit 65988d4993)
This commit is contained in:
kanta 2020-07-16 18:40:44 +01:00 committed by Baptiste Jonglez
parent d4506dee71
commit b6f71708f2

View file

@ -151,7 +151,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;
} }