changeset 992:08e0d1f8542c

server (legacy blog): set max-width: 100% for videos
author Goffi <goffi@goffi.org>
date Tue, 05 Dec 2017 02:56:27 +0100
parents 6ce9647011b3
children 641664553a41
files themes/default/styles/blog.css
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/themes/default/styles/blog.css	Fri Dec 01 01:08:25 2017 +0100
+++ b/themes/default/styles/blog.css	Tue Dec 05 02:56:27 2017 +0100
@@ -205,6 +205,10 @@
     max-width: 100%;
 }
 
+video {
+	max-width: 100%;
+}
+
 .mblog_title img {
     max-width: 800px;
     max-height: 150px;