This commit is contained in:
lesion
2021-12-06 23:48:09 +01:00
parent 1b970cb1d4
commit f1f2318ae0
3 changed files with 3 additions and 2 deletions

View File

@@ -75,6 +75,7 @@
/* Add rounded corners to the top left and the top right corner of the image */
img {
border-radius: 5px 5px 0 0;
max-height: 250px;
min-height: 160px;
width: 100%;
object-fit: cover;