Skip to content

Commit 716c70e

Browse files
authored
Merge pull request #291 from capital-G/full-width-audio
Make audio player take full width
2 parents b21681d + 2315cf9 commit 716c70e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/css/main.scss

+4
Original file line numberDiff line numberDiff line change
@@ -499,3 +499,7 @@ svg {
499499
max-height: 15em;
500500
}
501501
}
502+
503+
audio {
504+
width: 100%;
505+
}

0 commit comments

Comments
 (0)