diff --git a/stylesheets/_global.scss b/stylesheets/_global.scss index f21fe055993..65378097a29 100644 --- a/stylesheets/_global.scss +++ b/stylesheets/_global.scss @@ -38,6 +38,10 @@ body { background: $color-white; } +audio { + max-width: 100%; +} + .dark-overlay { position: absolute; top: 0;