aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2022-08-10 17:19:47 -0400
committerThedro Neely <thedroneely@gmail.com>2022-08-10 17:19:47 -0400
commitd911fecb6e8946ab10daa7682b5871a309c8845c (patch)
tree8a52eb3077183793dd6c29d91ca8d23928ec0d23
parent5cf9ec57475f0ea42e6c8f6c9d7377d543b5f703 (diff)
downloadthedroneely.com-d911fecb6e8946ab10daa7682b5871a309c8845c.tar.gz
thedroneely.com-d911fecb6e8946ab10daa7682b5871a309c8845c.tar.bz2
thedroneely.com-d911fecb6e8946ab10daa7682b5871a309c8845c.zip
public/css/tdro: Normalize article unordered lists
-rw-r--r--public/css/tdro.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index ba5399a..bcb3c70 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -360,10 +360,18 @@ body > footer {
}
article p {
- font-size: 1.25rem;
margin-bottom: 1.5rem;
}
+article ul {
+ margin-left: 2rem;
+}
+
+article p,
+article ul li {
+ font-size: 1.25rem;
+}
+
/* ----- Tables ----- */
table {
@@ -412,6 +420,7 @@ article p,
article h1,
article h2,
article h3,
+article ul li,
article-on-web h3,
side-note-aside label,
margin-note-aside label,
@@ -429,6 +438,7 @@ margin-note-aside,
blockquote-footer,
table-contents h2,
home-page article p,
+table-contents ul li,
home-page article h1,
home-page article h2,
resume-page article p,