From 67ce16fc785872237826aec241440e407186a43d Mon Sep 17 00:00:00 2001 From: Francesco Siddi Date: Thu, 18 Jan 2018 11:57:53 +0100 Subject: [PATCH] Limit video max-width in homepage blog list --- src/styles/_homepage.sass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/styles/_homepage.sass b/src/styles/_homepage.sass index 5c587cc..ece9b66 100644 --- a/src/styles/_homepage.sass +++ b/src/styles/_homepage.sass @@ -415,6 +415,9 @@ &:before display: none + video + max-width: 100% + a.item-title font-size: 1.6em padding: 5px 15px