From 9d45a0c27afb45604b62ffb37fd110a71366c918 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Wed, 24 Jul 2019 11:12:00 +0200 Subject: [PATCH] Minor carousel fixes. --- src/social/templates/social/embed_video.html | 2 +- src/wolnelektury/static/scss/main/main_page.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/social/templates/social/embed_video.html b/src/social/templates/social/embed_video.html index 34f2e06f3..fe3400d5d 100644 --- a/src/social/templates/social/embed_video.html +++ b/src/social/templates/social/embed_video.html @@ -1,5 +1,5 @@ {% if youtube_id %} - diff --git a/src/wolnelektury/static/scss/main/main_page.scss b/src/wolnelektury/static/scss/main/main_page.scss index 20f2fb3bc..dd8ece49d 100755 --- a/src/wolnelektury/static/scss/main/main_page.scss +++ b/src/wolnelektury/static/scss/main/main_page.scss @@ -366,7 +366,7 @@ section { width: 100%; z-index: 500; position: absolute; - bottom: 8%; + bottom: 0; overflow: hidden; span { -- 2.20.1