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