Style music page

This commit is contained in:
David Eisinger
2023-10-30 10:51:54 -04:00
parent f48d4811c6
commit aef737e10b
2 changed files with 23 additions and 5 deletions

View File

@@ -164,6 +164,23 @@ pre {
border-radius: 3px;
}
.music-track {
align-items: center;
display: flex;
gap: 2ch;
padding: 2ch 0;
}
@media only screen and (max-width: 600px) {
.music-track {
display: block;
audio {
padding-bottom: 1ch;
}
}
}
audio::-webkit-media-controls-panel {
background-color: rgba(0, 0, 0, 0.05);
}