make download cards shorter

This commit is contained in:
Kenneth Bingham 2023-11-22 23:15:42 -05:00
parent 8e5f526841
commit d338c30a10
No known key found for this signature in database
GPG Key ID: 31709281860130B6

View File

@ -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;;