aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-10-18 15:09:40 -0400
committerThedro Neely <thedroneely@gmail.com>2019-10-18 15:09:40 -0400
commit14b639bc0ba33ae9d956a4ebc2e4f54c9d1a035a (patch)
tree7f3f32b52ad600027f95e5d6060cb065cd838f3b /public
parentc161d49326315fc02f888614aa2ad3e398fc5750 (diff)
downloadthedroneely.com-14b639bc0ba33ae9d956a4ebc2e4f54c9d1a035a.tar.gz
thedroneely.com-14b639bc0ba33ae9d956a4ebc2e4f54c9d1a035a.tar.bz2
thedroneely.com-14b639bc0ba33ae9d956a4ebc2e4f54c9d1a035a.zip
public/css/tdro: Add padding to sidenotes only in desktop view
Align leftnotes right
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro.css8
1 files changed, 1 insertions, 7 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index 1036240..d128ec1 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -4652,7 +4652,6 @@ figcaption { font-size: 0.9em; margin-top: 1.5em; }
clear: left;
margin-left: -40%;
margin-left: -22vw;
- padding-left: 1.125em;
}
.rightnote {
@@ -4660,7 +4659,6 @@ figcaption { font-size: 0.9em; margin-top: 1.5em; }
clear: right;
margin-right: -40%;
margin-right: -22vw;
- padding-right: 1.125em;
}
.leftnote, .rightnote {
@@ -4672,13 +4670,9 @@ figcaption { font-size: 0.9em; margin-top: 1.5em; }
line-height: 1.6;
vertical-align: baseline;
position: relative;
- /* -moz-user-select: none;
- -ms-user-select: none;
- -webkit-user-select: none;
- user-select: none; */
}
-@media (min-width: 769px) { .leftnote, .rightnote { max-width: 22em; } }
+@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; } }
body { counter-reset: sidenote-counter; }