Skip to content

Commit 786b53e

Browse files
authored
Update _custom.scss
1 parent 8d00574 commit 786b53e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sass/_custom.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* Make all feature_row images the same size */
22
.feature__item .archive__item-teaser img {
33
width: 100px; /* or whatever size you want */
4-
height: 100px; /* set equal width/height for uniform square thumbnails */
4+
height: auto; /* set equal width/height for uniform square thumbnails */
55
object-fit: cover; /* crop edges if needed so aspect ratio looks consistent */
66
border-radius: 6px; /* optional, looks nicer */
77
}

0 commit comments

Comments
 (0)