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;
|
||||
}
|
||||
|
||||
audio {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.dark-overlay {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
|
Loading…
Reference in a new issue