aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-10-18 18:05:31 -0400
committerThedro Neely <thedroneely@gmail.com>2019-10-18 18:05:31 -0400
commit2456c24853ae923785a8829a4f63e80185f7318d (patch)
treebd8a3b713a768eff181f6214d6a78e93c440e592 /public
parent3a4c7e065aeb093ca5fdd4d8bfb39063809060d8 (diff)
downloadthedroneely.com-2456c24853ae923785a8829a4f63e80185f7318d.tar.gz
thedroneely.com-2456c24853ae923785a8829a4f63e80185f7318d.tar.bz2
thedroneely.com-2456c24853ae923785a8829a4f63e80185f7318d.zip
public/css/tdro: Fix sidenote figure overlap on mobile 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 5feefd6..5d38b0e 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -1595,8 +1595,9 @@ fieldset[disabled] .button {
text-align: center;
}
-.content figure img {
+.content figure a {
display: inline-block;
+ width: 100%;
}
.content pre {