diff options
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 +}
|