aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorAlex Scerba <alex@scerba.org>2025-03-31 09:45:47 -0400
committerAlex Scerba <alex@scerba.org>2025-03-31 09:45:47 -0400
commit4a9806480c40e50a0bf3dec3be68fafe622e56b4 (patch)
treed6eac13b7d16877390f006e2beee674055a22686 /static
parent3420855fa0a80bd2dae4c7a70196c97347827b7c (diff)
Update lists to match paragraph style
Diffstat (limited to 'static')
-rw-r--r--static/style.css11
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
+}