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