diff themes/default/styles/blog.css @ 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 a12f8d138ae2
children
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;