From b6f71708f2e3d07b16b6799db85e06a64870847f Mon Sep 17 00:00:00 2001 From: kanta Date: Thu, 16 Jul 2020 18:40:44 +0100 Subject: [PATCH] Changed @media max-width for .home .card to 450px to make it more responsive (cherry picked from commit 65988d499354187153298e87f863e52f98d0d054) --- ihatemoney/static/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ihatemoney/static/css/main.css b/ihatemoney/static/css/main.css index b4e57ee6..d09c5c85 100644 --- a/ihatemoney/static/css/main.css +++ b/ihatemoney/static/css/main.css @@ -151,7 +151,7 @@ body { margin-bottom: 20px; margin-left: 25px; } -@media (max-width: 400px) { +@media (max-width: 450px) { .home .card { min-width: unset; }