No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
.TopPage-container{ | .TopPage-container{ | ||
overflow: hidden; | overflow: hidden; | ||
border-radius: 8px; | |||
} | } | ||
Revision as of 16:35, 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; border-radius: 8px; } .TopPage-image img{ width:150px; height:150px; object-fit: cover; }