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 +}