Skip to content

Commit 6c0ee25

Browse files
authored
Create custom.scss
1 parent 8b0fe13 commit 6c0ee25

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

_sass/custom.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/* Make all feature_row images the same size */
2+
.feature__item .archive__item-teaser img {
3+
width: 200px; /* or whatever size you want */
4+
height: 200px; /* set equal width/height for uniform square thumbnails */
5+
object-fit: cover; /* crop edges if needed so aspect ratio looks consistent */
6+
border-radius: 6px; /* optional, looks nicer */
7+
}

0 commit comments

Comments
 (0)