From 46cedd1b35a770d35fe90b7c7d6b8e49baebe0c1 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Wed, 24 Nov 2021 02:05:15 -0500 Subject: Remove upper margin --- local.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'local.css') diff --git a/local.css b/local.css index 7196cc49..5d52790b 100644 --- a/local.css +++ b/local.css @@ -82,6 +82,6 @@ summary h1 { display: inline-block } .speaker-details { margin: 0 } -.vid .resources ul { margin-left: 0; list-style-type: none } +.vid .resources ul { margin: 0; list-style-type: none } ol.chapters { list-style-type: none; padding: 0; } - .vid figure { margin: 0 } + .vid figure { margin: 0; padding: 0 } -- cgit v1.2.3