mirror of
https://github.com/openziti/zrok.git
synced 2025-04-25 19:58:54 +02:00
make download cards shorter
This commit is contained in:
parent
8e5f526841
commit
d338c30a10
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
.downloadCard img {
|
.downloadCard img {
|
||||||
width: auto; /* This will make the image take the full width of the card */
|
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 */
|
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 */
|
display: block; /* Change display from inline to block for better control */
|
||||||
padding: 10px;;
|
padding: 10px;;
|
||||||
|
Loading…
Reference in New Issue
Block a user