Fix MP3 option size

This commit is contained in:
Pierre Rudloff 2022-02-03 21:57:00 +01:00
parent ac8c53375a
commit 7cd42e6c6b

View file

@ -255,7 +255,7 @@ footer a:hover {
margin-top: 12px; margin-top: 12px;
position: relative; position: relative;
text-align: left; text-align: left;
width: 622px; width: 100%;
} }
.mp3-inner { .mp3-inner {