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