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