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

24 lines
No EOL
279 B
CSS

body {
display: grid;
}
.card {
display: flex;
width: 600px;
max-width: 95vw;
}
.card > img {
margin: 4px;
width: 48px;
height: 48px;
border-radius: 12px;
}
.content > .title {
font-weight: bold;
}
.content > .duration {
color: #aaa;
}