aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-11-30 01:42:19 -0500
committerThedro Neely <thedroneely@gmail.com>2019-11-30 01:42:52 -0500
commit594cfa9763e7168aa466b1f1b42af8ac61fb1e28 (patch)
treea8aea805f6c149c2b8dfb52a378ca040e71b5579 /public
parent9f1ebaf5e1eb14a0f849c294a98e26ed4d5c7ee6 (diff)
downloadthedroneely.com-594cfa9763e7168aa466b1f1b42af8ac61fb1e28.tar.gz
thedroneely.com-594cfa9763e7168aa466b1f1b42af8ac61fb1e28.tar.bz2
thedroneely.com-594cfa9763e7168aa466b1f1b42af8ac61fb1e28.zip
public/css/tdro: Center side image in responsive view
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 157f94a..7951f6f 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -4576,7 +4576,7 @@ figcaption { font-size: 0.9em; margin-top: 1.5em; }
.sidenote, .marginnote { overflow-wrap: break-word; word-break: break-all; word-break: break-word; }
-.sideimage a { border-bottom: 1px solid transparent; }
+.sideimage a, .sideimage a:focus { border-bottom: 1px solid transparent; background-color: transparent !important; }
@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; } }
@@ -4614,6 +4614,7 @@ label.marginnote-toggle:not(.sidenote-number) { display: inline; }
.sidenote, .marginnote { display: none; }
.sidenote-mark, .marginnote-mark { border-bottom: 1px dashed #999; }
.marginnote-mark:after { content: "\0002B"; font-weight: bold; }
+.sideimage { margin: 0 !important; left: 0 !important; width: 100% !important; }
}
blockquote .blockquote-footer { font-size: 1.1rem; margin-top: 1.3rem; }