No edit summary Tag: Manual revert |
No edit summary |
||
Line 2: | Line 2: | ||
display: flex; | display: flex; | ||
flex-direction: row; | flex-direction: row; | ||
flex-wrap: wrap; | |||
} | } | ||
Revision as of 16:21, 13 February 2023
.Trending-Container{ display: flex; flex-direction: row; flex-wrap: wrap; } .TopPage-container{ width: 200px; margin: 5px; overflow: hidden; } .TopPage-image img{ height: 200px; width: auto; object-fit: cover; }