Set audio player width within posts

merge-requests/26/head
Bob Mottram 2022-01-13 20:48:31 +00:00
parent 90d03bc171
commit dd67e64417
1 changed files with 4 additions and 0 deletions

View File

@ -223,6 +223,10 @@ body, html {
image-rendering: var(--rendering);
}
audio {
width: 100%;
}
video {
width: 100%;
}