From 65988d499354187153298e87f863e52f98d0d054 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 --- 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 44bc5de5..a4fae280 100644 --- a/ihatemoney/static/css/main.css +++ b/ihatemoney/static/css/main.css @@ -162,7 +162,7 @@ body { margin-bottom: 20px; margin-left: 25px; } -@media (max-width: 400px) { +@media (max-width: 450px) { .home .card { min-width: unset; }