mirror of https://gitlab.com/bashrc2/epicyon
Set audio player width within posts
parent
90d03bc171
commit
dd67e64417
|
@ -223,6 +223,10 @@ body, html {
|
|||
image-rendering: var(--rendering);
|
||||
}
|
||||
|
||||
audio {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
video {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue