Template:Main Page/styles.css: Difference between revisions

No edit summary
No edit summary
Line 200: Line 200:
.feature-item img {
.feature-item img {
   width: 100%;
   width: 100%;
   height: 250px; /* or any fixed height you like */
   height: 100%; /* or any fixed height you like */
   object-fit: cover; /* zooms/crops to fill */
   object-fit: cover; /* zooms/crops to fill */
   display: block;
   display: block;