Template:TopPages/styles.css

Template page
< Template:TopPages
Revision as of 16:21, 13 February 2023 by Momo (talk | contribs)
.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;
}