SplatunesNetwork/assets/root.css

16 lines
214 B
CSS
Raw Normal View History

body {
display: flex;
flex-wrap: wrap;
}
.card > img {
margin: 8px 8px 0 8px;
width: 192px;
height: 192px;
border-radius: 8px;
}
.content {
text-align: center;
font-weight: bold;
}