diff --git a/style.css b/style.css index 7fb30fff0..93cd07fd5 100644 --- a/style.css +++ b/style.css @@ -1007,6 +1007,17 @@ footer.entry-meta { margin-top: 1.571428571rem; } +/* =Single audio/video attachment view +-------------------------------------------------------------- */ + +.attachment .entry-content .mejs-audio { + max-width: 400px; +} + +.attachment .entry-content .mejs-container { + margin-bottom: 24px; +} + /* =Single image attachment view -------------------------------------------------------------- */