# HG changeset patch # User Goffi # Date 1516817743 -3600 # Node ID 98cab6b754d30caec0bef6ca506cf18364d23806 # Parent eabfb53f77779369a906fe129ad01a074ffcf3fd css (blog): set a max-width for videos diff -r eabfb53f7777 -r 98cab6b754d3 default/static/blog.css --- 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;