Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/yanlinlin82/simple-style.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinlin Yan <yanlinlin82@gmail.com>2020-01-02 14:57:18 +0300
committerLinlin Yan <yanlinlin82@gmail.com>2020-01-02 14:57:18 +0300
commite568beaa0132243e489346bea9ebdd5939d69d61 (patch)
treee25cfe1d0115b85f8466d969130403b1aa622b35
parentd30bed50c5ef0934451a68ef216e97903a3097e9 (diff)
Improve line spaces
-rw-r--r--static/css/main.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css
index ec335f1..6348038 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -23,3 +23,14 @@ ul.pagination{list-style-type:none;text-align:center}
li.page-item{display:inline;padding-right:15px}
svg.permalink{color:#666;fill:currentColor}
svg:hover.permalink{color:#f00;fill:currentColor}
+.title{padding:0;margin:20px 0}
+.meta,.content{padding:0;margin:10px 0}
+.title h1,.title h2{padding:0}
+.meta div{padding:0}
+.content h1{padding:0;margin:25px 0 0}
+.content h2{padding:0;margin:20px 0 0}
+.content h3{padding:0;margin:20px 0 0}
+.content h4{padding:0;margin:15px 0 0}
+.content h5{padding:0;margin:10px 0 0}
+.content h6{padding:0;margin:10px 0 0}
+.content p{padding:0;margin:10px 0}