Template:TopPages/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 6: Line 6:
.TopPage-container{
.TopPage-container{
             margin: 5px;
             margin: 5px;
}
.Image{
    width:  100px;
    height: 100px;
    background-size: cover;
}
}

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;
}