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

github.com/cntrump/hugo-notepadium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorvvveiii <cntrump@gmail.com>2019-11-30 04:16:44 +0300
committervvveiii <cntrump@gmail.com>2019-11-30 04:16:44 +0300
commit08eb9a3320a17ea9bb9683ce76e13c5210dc8c23 (patch)
treede54adcd92aeee58f57ae373824f55e7a8d29f71 /static
parent39da242494ae06047c7e0610e8f203c8e9e563a9 (diff)
update heading line-heightv1.1.0
Diffstat (limited to 'static')
-rw-r--r--static/assets/css/core.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/static/assets/css/core.css b/static/assets/css/core.css
index 456cc44..81a211d 100644
--- a/static/assets/css/core.css
+++ b/static/assets/css/core.css
@@ -19,6 +19,11 @@ body {
-webkit-text-size-adjust: 100%;
}
+h1, h2, h3,
+h4, h5, h6 {
+ font-weight: 600;
+ line-height: 1.25;
+}
h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
@@ -266,8 +271,6 @@ del { opacity: 0.5; }
.markdown-body h6 {
margin-top: 24px;
margin-bottom: 20px;
- font-weight: 600;
- line-height: 1.25;
}
.markdown-body h1, .markdown-body h2 {
padding-bottom: .3em;