aboutsummaryrefslogtreecommitdiff
path: root/public/css/tdro.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/tdro.css')
-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,