From d911fecb6e8946ab10daa7682b5871a309c8845c Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Wed, 10 Aug 2022 17:19:47 -0400 Subject: public/css/tdro: Normalize article unordered lists --- public/css/tdro.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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, -- cgit v1.2.3