aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-10-08 19:52:54 -0400
committerThedro Neely <thedroneely@gmail.com>2019-10-08 19:52:54 -0400
commit19fe027adda91c9c12d70065b69bc8488b9c7579 (patch)
tree14b60633599691b35f55c6dc24ea2a50ad500e86 /public
parentb1abec64c6ecb3fd8a1cc9ae583d54d983217697 (diff)
downloadthedroneely.com-19fe027adda91c9c12d70065b69bc8488b9c7579.tar.gz
thedroneely.com-19fe027adda91c9c12d70065b69bc8488b9c7579.tar.bz2
thedroneely.com-19fe027adda91c9c12d70065b69bc8488b9c7579.zip
public/css/tdro: Limit sidenote references offset
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index 52c89fd..0653511 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -4697,7 +4697,8 @@ figcaption { font-size: 0.9em; margin-top: 1.5em; }
user-select: none; */
}
-@media (min-width: 769px) { .leftnote, .rightnote { max-width: 22em;} }
+@media (min-width: 769px) { .leftnote, .rightnote { max-width: 22em; } }
+@media (min-width: 2000px) { .leftnote { margin-left: -28em; } .rightnote { margin-right: -28em; } }
body { counter-reset: sidenote-counter; }