diff options
author | Sacha Chua <sacha@sachachua.com> | 2024-12-22 21:17:31 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2024-12-22 21:17:31 -0500 |
commit | e18b5608456a1a649a323e04b0861430b4313b78 (patch) | |
tree | c58345760bf0df843151e751be154850e3059e30 /local.css | |
parent | 1e5b073e9ad66c3784f78c4a2060ba399f2d63c2 (diff) | |
download | emacsconf-wiki-e18b5608456a1a649a323e04b0861430b4313b78.tar.xz emacsconf-wiki-e18b5608456a1a649a323e04b0861430b4313b78.zip |
fix left margin for sticky video
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -139,7 +139,7 @@ a.highlight { background-color: yellow } position: sticky; top: 0; display: block; - margin-left: calc(47vw + 30rem); + margin-left: calc(-47vw + 30rem); width: calc(45vw - 30rem); float: left; } |