From 8754b017b8c8bb8ef9eff6c6d5eece9a7f1d6abb Mon Sep 17 00:00:00 2001 From: Markus Koch Date: Wed, 26 Dec 2018 15:16:46 +0100 Subject: [PATCH] css: Add margin at the bottom of videoframe --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 2dd6dd0..6c15c3e 100644 --- a/style.css +++ b/style.css @@ -123,6 +123,7 @@ content figcaption { content .videoframe { margin-left:16px; box-shadow: 0px 0px 3px white; + margin-bottom: 1em; border: 1 px solid #f3f3f3; background-color: black; color: white;