summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--css/content.css9
1 files changed, 9 insertions, 0 deletions
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%;
}