From 486137ef50c02d7e4755da5d53edeec214b55e10 Mon Sep 17 00:00:00 2001 From: HitanshuSoni <54149792+HitanshuSoni@users.noreply.github.com> Date: Thu, 1 Oct 2020 00:09:16 +0530 Subject: [PATCH] card image and card size increase --- static/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 616c98b..f131d96 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1,9 +1,9 @@ .card { - height: 400px; /* Your height here */ + height: 500px; /* Your height here */ overflow: hidden; } .card-image { - height: 250px; /* Your height here */ + height: 300px; /* Your height here */ overflow: hidden; -} \ No newline at end of file +}