diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index de1c798b3a..2b01f1d6bf 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -1487,8 +1487,12 @@ footer.entry-meta { font-weight: bold; } -.format-audio .entry-media, +.format-audio .entry-media { + max-width: 604px; +} + .sidebar .format-audio .entry-media { + max-width: 1040px; padding: 0 374px 0 60px; }