aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-10-24 23:02:46 -0400
committerThedro Neely <thedroneely@gmail.com>2019-10-24 23:02:46 -0400
commit46d6e8da77654d6ab6d965f99f3f2bdf2539af36 (patch)
tree8c64f90f0efdde940fa3aed69b5d1e4ee99852c2 /public
parent97171ad2d8236b07e68c818af749a02c4d84c41a (diff)
downloadthedroneely.com-46d6e8da77654d6ab6d965f99f3f2bdf2539af36.tar.gz
thedroneely.com-46d6e8da77654d6ab6d965f99f3f2bdf2539af36.tar.bz2
thedroneely.com-46d6e8da77654d6ab6d965f99f3f2bdf2539af36.zip
public/css/tdro: Break code snippets in footnotes
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index 4e58714..0b9d95b 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -4570,6 +4570,8 @@ figcaption { font-size: 0.9em; margin-top: 1.5em; }
color: #333;
}
+.sidenote code, .marginnote code { overflow-wrap: break-word }
+
@media (min-width: 769px) { .rightnote { padding-right: 1.125em; } .leftnote { text-align: right; padding-left: 1.125em; } .leftnote, .rightnote { max-width: 22em; } }
@media (min-width: 2000px) { .leftnote { margin-left: -28em; } .rightnote { margin-right: -28em; } }