SplatunesNetwork/assets/root.css
mctaylors d11b1d633f
Initial Preview release
Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
2024-03-14 19:03:53 +03:00

16 lines
No EOL
214 B
CSS

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