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

github.com/d-kusk/minimage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorDaisuke KONISHI <skydai1151@gmail.com>2020-03-29 05:39:47 +0300
committerDaisuke KONISHI <skydai1151@gmail.com>2020-03-29 05:41:38 +0300
commitb821cf830c96258eec625a1c4a737864732d76d6 (patch)
tree9b49bb23e4efdf615517ed935000a8b63523bb82 /source
parentf2f10261be346eed3ef8b5daaaece2f1943ea8f0 (diff)
fix heading(h2~h5) style size fixed #67
min support version up
Diffstat (limited to 'source')
-rw-r--r--source/sass/object/component/_post.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/sass/object/component/_post.scss b/source/sass/object/component/_post.scss
index af6cb87..b6293cc 100644
--- a/source/sass/object/component/_post.scss
+++ b/source/sass/object/component/_post.scss
@@ -47,19 +47,19 @@
h2 {
margin-top: 2.6em;
line-height: 1.8;
- font-size: 1.5rem;
+ font-size: 1.7rem;
}
h3 {
margin-top: 1.6em;
line-height: 1.6;
- font-size: 1.4rem;
+ font-size: 1.3rem;
}
h4,
h5 {
margin-top: 1.6em;
- font-size: 1.2rem;
+ font-size: 1rem;
}
img {