No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
width:150px; | width:150px; | ||
height:150px; | height:150px; | ||
object-fit: | object-fit: cover; | ||
} | } |
Revision as of 16:33, 13 February 2023
.Trending-Container{ display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); grid-column-gap: 7px; grid-row-gap:7px; } .TopPage-container{ overflow: hidden; } .TopPage-image img{ width:150px; height:150px; object-fit: cover; }