aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-11-01 01:37:30 -0400
committerThedro Neely <thedroneely@gmail.com>2020-11-01 01:37:30 -0400
commit340e89d9333a40503d4fdf05e21b97f8b8f3923d (patch)
treea70ef696a7625ca02873014c11ca200794d1316a /public
parent5ddfa8780bc62a549ef14500c37b83b7d62d983b (diff)
downloadthedroneely.com-340e89d9333a40503d4fdf05e21b97f8b8f3923d.tar.gz
thedroneely.com-340e89d9333a40503d4fdf05e21b97f8b8f3923d.tar.bz2
thedroneely.com-340e89d9333a40503d4fdf05e21b97f8b8f3923d.zip
public/css/tdro: Ensure text flow consistency
Break up custom ordered list contents in low width environments.
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index 1df939a..6c8311f 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -1290,7 +1290,7 @@ fieldset[disabled] .button {
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
- margin-bottom: 1em;
+ margin-bottom: 1.5rem;
}
.content h1,
@@ -4089,10 +4089,11 @@ a:hover { border-bottom: 2px solid #999; }
ol {
counter-reset: ol;
margin-left: 2.75rem;
- margin-top: 1em;
+ margin-top: 1.5rem;
}
-ol li { list-style: none; font-size: 1.25rem; }
+ol li { -ms-hyphens: auto; -ms-word-break: normal; overflow-wrap: break-word;
+ word-break: break-word; font-size: 1.25rem; list-style: none; }
ol li + li { margin-top: 1rem !important; }
@@ -4114,7 +4115,7 @@ ol li:before {
.sans-serif a, .serif a, .document h2 a, .document h3 a { color: #222; }
figure a, .navbar-item, .webring a, .article__more__content a, .front__more,
-.is-mobile .has-text-centered > a, .content li a, .article__list li a,
+.is-mobile .has-text-centered > a, .article__list li a, ol li > a,
.resume__label, .resume__container a, .isso-comment-footer a { border-bottom: none !important; }
.image__thumbnail { max-height: 222px; }