From 0f686f3f35498e8c29fb0774764c89b739a353a8 Mon Sep 17 00:00:00 2001 From: Emilie Date: Fri, 17 Mar 2017 10:11:47 +0100 Subject: [PATCH] [Vertigo M&C] : fix youtube height --- app/themes/base/static/src/sass/modules/_live-streaming.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/themes/base/static/src/sass/modules/_live-streaming.scss b/app/themes/base/static/src/sass/modules/_live-streaming.scss index 34f96a92..a5548c13 100644 --- a/app/themes/base/static/src/sass/modules/_live-streaming.scss +++ b/app/themes/base/static/src/sass/modules/_live-streaming.scss @@ -25,6 +25,11 @@ $module: ".page--live-streaming"; .intro { margin-bottom : 30px; } + + & #video_container{ + height: 720px; + } + & .page__content { text-align: center; height: 720px; -- 2.39.5