From: Paul Hänsch Date: Sat, 29 Sep 2018 11:24:14 +0000 (+0200) Subject: add space to keep tags visible in video view X-Git-Url: http://git.plutz.net/?p=serve0;a=commitdiff_plain;h=7923eb42dcaf132b64f667087f4aeb3bc031652e add space to keep tags visible in video view --- 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;