summaryrefslogtreecommitdiffstats
path: root/local.css
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2021-11-24 02:05:15 -0500
committerSacha Chua <sacha@sachachua.com>2021-11-24 02:05:15 -0500
commit46cedd1b35a770d35fe90b7c7d6b8e49baebe0c1 (patch)
tree4f34057e7b35692370de9dd4ab3860d851638936 /local.css
parent23457327847e46a162e23a3ffb90e6b1f434b960 (diff)
downloademacsconf-wiki-46cedd1b35a770d35fe90b7c7d6b8e49baebe0c1.tar.xz
emacsconf-wiki-46cedd1b35a770d35fe90b7c7d6b8e49baebe0c1.zip
Remove upper margin
Diffstat (limited to 'local.css')
-rw-r--r--local.css4
1 files changed, 2 insertions, 2 deletions
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 }