From 4d4587444efb65f28f23c7367afc513191b6ec8b Mon Sep 17 00:00:00 2001 From: juanis2112 Date: Thu, 20 Aug 2020 01:32:16 -0500 Subject: [PATCH] Change video iframe bottom margin to cero --- doc/_static/custom_styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/_static/custom_styles.css b/doc/_static/custom_styles.css index 3ded4cfe6..a00eef71a 100644 --- a/doc/_static/custom_styles.css +++ b/doc/_static/custom_styles.css @@ -55,7 +55,7 @@ iframe { display: block; margin-left: auto; margin-right: auto; - margin-bottom: 1.5rem; + margin-bottom: 0; margin-top: 1.0rem; }