about summary refs log tree commit diff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/static/tvl.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/web/static/tvl.css b/web/static/tvl.css
index 5da1df7d49..7cde9d9644 100644
--- a/web/static/tvl.css
+++ b/web/static/tvl.css
@@ -43,6 +43,17 @@ h1, h2, h3 {
     line-height: 1.2
 }
 
+/* Blog Posts */
+
+article {
+    line-height: 1.5em;
+}
+
+/* spacing between the paragraphs in blog posts */
+article p {
+    margin: 1.4em auto;
+}
+
 /* Homepage styling */
 
 .dark {