From 8a47914957ff9a70ef84f65239f7eb8a1130061c Mon Sep 17 00:00:00 2001 From: "max.mehl" Date: Tue, 29 Aug 2017 17:53:45 +0200 Subject: [PATCH] use dynamic video source and make it always 100% wide --- site/layouts/partials/about.html | 15 +++++---------- site/static/css/custom.css | 7 ++++++- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/site/layouts/partials/about.html b/site/layouts/partials/about.html index 2b52ad8..aec0e16 100644 --- a/site/layouts/partials/about.html +++ b/site/layouts/partials/about.html @@ -12,16 +12,11 @@
-
diff --git a/site/static/css/custom.css b/site/static/css/custom.css index 437df1b..24ca998 100644 --- a/site/static/css/custom.css +++ b/site/static/css/custom.css @@ -9,6 +9,12 @@ text-align: center; } +/* VIDEO in About section */ +#about video { + width: 100% !important; + height: auto !important; +} + /* LANGUAGE SECTION */ #language { color: #fff; @@ -147,7 +153,6 @@ a:not(.btn):not(.hiddenlink):hover::before, a:not(.btn):not(.hiddenlink):focus:: } /* Bouncing down arrow */ - .arrow-bounce { text-align: center; margin: -30px 0;