Repos / hi.imnhan.com / c9d75dc2a8
commit c9d75dc2a84b708e9c7d055dcbf9cca48f8990fe
Author: Bùi Thành Nhân <hi@imnhan.com>
Date:   Tue Oct 12 00:38:26 2021 +0700

    more breathing room between lines

diff --git a/content/posts/i-made-my-python-webapp-pip-installable.md b/content/posts/i-made-my-python-webapp-pip-installable.md
index 675d5d7..5a691d7 100644
--- a/content/posts/i-made-my-python-webapp-pip-installable.md
+++ b/content/posts/i-made-my-python-webapp-pip-installable.md
@@ -2,7 +2,7 @@
 Date: 2021-10-02 19:49
 Slug: i-made-my-python-webapp-pip-installable
 
-Running `pip3 install pytaku` now gives you all the tools you need [^1] to
+Running `pip3 install pytaku` now gives you all the tools you need [^1] [^2] to
 deploy [pytaku][3] - a hobby webapp of mine - on a fresh Debian 11 server:
 
 ```sh
diff --git a/nhanb-theme/static/css/index.css b/nhanb-theme/static/css/index.css
index 5591a94..7f42eab 100644
--- a/nhanb-theme/static/css/index.css
+++ b/nhanb-theme/static/css/index.css
@@ -6,6 +6,7 @@ .article-list {
 
 .article-list li {
   margin-bottom: 1rem;
+  line-height: 1.1rem;
 }
 
 .article-list a {
diff --git a/nhanb-theme/static/css/main.css b/nhanb-theme/static/css/main.css
index 45f34ce..faed134 100644
--- a/nhanb-theme/static/css/main.css
+++ b/nhanb-theme/static/css/main.css
@@ -56,11 +56,12 @@ sup {
 
 p {
   line-height: 1.4rem;
-  margin: 1.1rem 0;
+  margin: 1.5rem 0;
 }
 
 li {
-  margin-bottom: 0.5rem;
+  margin-bottom: 0.6rem;
+  line-height: 1.4rem;
 }
 
 iframe {