Fix width of audio player when window is very narrow
This commit is contained in:
parent
0d7480bd92
commit
1d6f1cbcca
1 changed files with 4 additions and 0 deletions
|
@ -38,6 +38,10 @@ body {
|
||||||
background: $color-white;
|
background: $color-white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
audio {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.dark-overlay {
|
.dark-overlay {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue