No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
height: 100px; | height: 100px; | ||
background-size: cover; | background-size: cover; | ||
object-fit:scale-down; | |||
} | } |
Revision as of 16:14, 13 February 2023
.Trending-Container{ display: flex; flex-direction: row; } .TopPage-container{ margin: 5px; } .Image{ width: 100px; height: 100px; background-size: cover; object-fit:scale-down; }