Skip to content

Commit c11cab3

Browse files
Fix tall image cut-off (#1831)
1 parent 1c1b1c2 commit c11cab3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pages/overrides.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,8 +483,9 @@ article {
483483
width: 100%;
484484

485485
img {
486-
border-radius: 1rem;
487486
width: 100%;
487+
height: 100%;
488+
object-fit: contain;
488489
}
489490

490491
@media (min-width: 1024px) {

0 commit comments

Comments
 (0)