diff options
author | Sacha Chua <sacha@sachachua.com> | 2021-11-22 16:43:29 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2021-11-22 16:43:29 -0500 |
commit | a67d80060cc3c21061326729438d9245270fb16c (patch) | |
tree | 762eb9c41cc8c6bd8c97cad12e66485a8b3347a8 | |
parent | ebfc1a4f6bde29f08f753c0ee93799e63b06b0bd (diff) | |
download | emacsconf-wiki-a67d80060cc3c21061326729438d9245270fb16c.tar.xz emacsconf-wiki-a67d80060cc3c21061326729438d9245270fb16c.zip |
Reduce margin on vid resources
Diffstat (limited to '')
-rw-r--r-- | local.css | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -81,3 +81,5 @@ tbody td { summary h1 { display: inline-block } .speaker-details { margin: 0 } + +.vid .resources { margin-bottom: -1em; } |