fix: 100% height instead of width for img

This commit is contained in:
Florian Sylvain
2024-03-28 08:31:35 +01:00
parent 5365f0533c
commit 9c27bca94e
+1 -1
View File
@@ -109,7 +109,7 @@ h4 {
} }
img { img {
width: 100%; height: 100%;
object-fit: cover; object-fit: cover;
border-radius: 14px; border-radius: 14px;
min-height: 0; min-height: 0;