From d338c30a1047507ce7974e526c0b0f15d966d90a Mon Sep 17 00:00:00 2001 From: Kenneth Bingham Date: Wed, 22 Nov 2023 23:15:42 -0500 Subject: [PATCH] make download cards shorter --- website/src/css/download-card.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/css/download-card.module.css b/website/src/css/download-card.module.css index e1a20f45..83a6608f 100644 --- a/website/src/css/download-card.module.css +++ b/website/src/css/download-card.module.css @@ -30,7 +30,7 @@ .downloadCard img { width: auto; /* This will make the image take the full width of the card */ - max-height: 200px; /* This will maintain the aspect ratio of the image */ + max-height: 150px; /* This will maintain the aspect ratio of the image */ margin: 0 auto; /* Center the image if the card is wider than the image */ display: block; /* Change display from inline to block for better control */ padding: 10px;;