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

github.com/nodejh/hugo-theme-cactus-plus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Bock <mr.axel.bock@gmail.com>2017-12-31 23:57:48 +0300
committerAxel Bock <mr.axel.bock@gmail.com>2018-01-01 00:00:01 +0300
commit80a86dc4f1aa18eeeb1ff1d7edd3d435490cb38e (patch)
treeec9758f414bfe0d4144225bfb64b67869dffb8a7
parent9b92727160da99574f1519884fa1026dafeca698 (diff)
change h1 & h2 margins for posts
-rw-r--r--static/css/style.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css
index fb0e483..62abfef 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -332,13 +332,15 @@ em, i {
}
.post h1 {
+ margin-top: 40px;
margin-bottom: 20px;
color: #222;
font: 300 32px/1.4em "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.post h2 {
- margin-bottom: 40px;
+ margin-top: 20px;
+ margin-bottom: 10px;
font: 300 24px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #111;
}