fix: add missing object-fit: cover to section-image (#1196)

This commit is contained in:
Jimmy
2025-11-01 20:43:19 +01:00
committed by GitHub
parent 2d1d6727f5
commit 2f47d14a8a
+1
View File
@@ -33,6 +33,7 @@
img {
width: 60px;
height: 60px;
object-fit: cover;
}
}