From 040fa41eee882ba285e5b4274cf2d39560453ce2 Mon Sep 17 00:00:00 2001 From: Eva Lai Date: Fri, 16 Oct 2020 00:36:01 -0400 Subject: [PATCH] removed negative margins that were pushing --- src/assets/css/components/_ltx_note.scss | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/assets/css/components/_ltx_note.scss b/src/assets/css/components/_ltx_note.scss index 97cddde7..b55e9029 100644 --- a/src/assets/css/components/_ltx_note.scss +++ b/src/assets/css/components/_ltx_note.scss @@ -4,7 +4,7 @@ .ltx_note { position: relative; - & > .ltx_note_mark { + &>.ltx_note_mark { display: none; @include media(">=desktop") { @@ -27,9 +27,8 @@ clear: right; position: relative; width: 200px; - margin-right: -216px; margin-top: -1em; - padding: 2em 0; + padding: 12em 0; text-indent: 0; // It inherits from wherever the footnote is, so we need to reset stuff. @@ -53,10 +52,5 @@ @include media("=1200px") { - margin-right: -300px; - } } -} +} \ No newline at end of file