From 7923eb42dcaf132b64f667087f4aeb3bc031652e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Sat, 29 Sep 2018 13:24:14 +0200 Subject: [PATCH] add space to keep tags visible in video view --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 8fea85d..b2412a2 100644 --- a/style.css +++ b/style.css @@ -357,6 +357,8 @@ a[href="#advsearch"]:before { /* ### Video View ### */ +body#view { padding-bottom: 6em; } + #view h1 { max-width: 100%; margin: 1em 0; padding: 0 .5em; -- 2.39.2