diff options
author | Sacha Chua <sacha@sachachua.com> | 2021-11-24 02:05:15 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2021-11-24 02:05:15 -0500 |
commit | 46cedd1b35a770d35fe90b7c7d6b8e49baebe0c1 (patch) | |
tree | 4f34057e7b35692370de9dd4ab3860d851638936 | |
parent | 23457327847e46a162e23a3ffb90e6b1f434b960 (diff) | |
download | emacsconf-wiki-46cedd1b35a770d35fe90b7c7d6b8e49baebe0c1.tar.xz emacsconf-wiki-46cedd1b35a770d35fe90b7c7d6b8e49baebe0c1.zip |
Remove upper margin
-rw-r--r-- | local.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 } |