We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b0fe13 commit 6c0ee25Copy full SHA for 6c0ee25
_sass/custom.scss
@@ -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