Increase line height
authorZhong Jianxin <azuwis@gmail.com>
Tue, 24 May 2016 08:38:28 +0000 (16:38 +0800)
committerZhong Jianxin <azuwis@gmail.com>
Tue, 24 May 2016 08:38:28 +0000 (16:38 +0800)
css/lede.css

index c288f29b763e036f22229cc4c4c06f01eb44f3a0..4348bde85c88cf5f442cdeabd874871fc478c0f1 100644 (file)
@@ -1,3 +1,7 @@
 a {
-    text-decoration:none;
+    text-decoration: none;
+}
+
+p {
+    line-height: 1.8;
 }