From 5167c2534e0ef8f7ca7fe1afe2a3b567870043f0 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 13 Sep 2014 20:33:48 +0200 Subject: enclosure styles --- css/content.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/css/content.css b/css/content.css index 031f4331d..566af6ffb 100644 --- a/css/content.css +++ b/css/content.css @@ -328,6 +328,15 @@ */ #app-content .enclosure { padding: 20px 0; + text-align: center; + max-width: 770px; + margin-bottom: 15px; +} + +#app-content .enclosure audio, +#app-content .enclosure video, +#app-content .enclosure img { + width: 100%; } -- cgit v1.2.3