diff default/static/blog.css @ 108:98cab6b754d3

css (blog): set a max-width for videos
author Goffi <goffi@goffi.org>
date Wed, 24 Jan 2018 19:15:43 +0100
parents 65d41e16d1e0
children 7a67372ddd7b
line wrap: on
line diff
--- a/default/static/blog.css	Wed Jan 24 09:14:12 2018 +0100
+++ b/default/static/blog.css	Wed Jan 24 19:15:43 2018 +0100
@@ -12,6 +12,12 @@
     transition: max-height 0.5s;
 }
 
+article video {
+    max-width: 100%;
+    height: auto;
+
+}
+
 .main_article article.box:not(.clicked) {
     border-bottom-right-radius: 0;
     border-bottom-left-radius: 0;