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

No edit summary
No edit summary
Line 198: Line 198:
}
}


.feature-item a.image {
.feature-item img {
  display: block; /* make the link take up full width */
}
 
.feature-item a.image img {
  display: block;
   width: 100%;
   width: 100%;
   height: 100%;
   height: 100%;
   object-fit: cover; /* crop to fit without white space */
   object-fit: cover;
  margin-bottom: 0px;
  border-radius: 0px;
}
}