SplatunesNetwork/assets/index.css

30 lines
358 B
CSS
Raw Normal View History

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