diff options
author | Alex Scerba <alex@scerba.org> | 2025-03-31 09:45:47 -0400 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2025-03-31 09:45:47 -0400 |
commit | 4a9806480c40e50a0bf3dec3be68fafe622e56b4 (patch) | |
tree | d6eac13b7d16877390f006e2beee674055a22686 /static/style.css | |
parent | 3420855fa0a80bd2dae4c7a70196c97347827b7c (diff) |
Update lists to match paragraph style
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index 7f8b294..e4b7571 100644 --- a/static/style.css +++ b/static/style.css @@ -203,6 +203,15 @@ h3, h4, h5, h6 { color:rgb(150, 150, 150);
}
+ul, ol {
+ margin-bottom: 2rem;
+}
+
+li {
+ font-size: .9rem;
+ line-height: 2;
+}
+
p {
font-size: .9rem;
line-height: 2;
@@ -542,4 +551,4 @@ blockquote { .address {
font-size: .5rem;
}
-}
\ No newline at end of file +}
|