Devendra174's picture
Upload folder using huggingface_hub
f5071ca verified
raw
history blame contribute delete
233 Bytes
.genres {
display: flex;
gap: 5px;
.genre {
background-color: var(--pink);
padding: 3px 5px;
font-size: 12px;
border-radius: 4px;
color: white;
white-space: nowrap;
}
}