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/static
diff options
context:
space:
mode:
authorDaisuke KONISHI <skydai1151@gmail.com>2018-08-28 00:49:04 +0300
committerDaisuke KONISHI <skydai1151@gmail.com>2018-08-28 00:49:04 +0300
commit0b4fae0452d824e0eeb6a53aae8f5ef307290b47 (patch)
treebc791fac7985da719b39030a02a96b85842fa69c /static
parenta8271527e610cb5b0f8c4fc65bbd4b3963e5b28c (diff)
update post body font-size and line-height
Diffstat (limited to 'static')
-rw-r--r--static/css/application.css15
1 files changed, 9 insertions, 6 deletions
diff --git a/static/css/application.css b/static/css/application.css
index 78d6291..b9a283d 100644
--- a/static/css/application.css
+++ b/static/css/application.css
@@ -237,18 +237,19 @@ button {
.c-post__body {
margin-top: 4rem; }
.c-post__body * + * {
- margin-top: 0.8rem; }
+ margin-top: 0.9rem; }
.c-post__body h2 {
- margin-top: 2em;
- line-height: 1.4;
+ margin-top: 2.6em;
+ line-height: 1.8;
font-size: 1.5rem; }
.c-post__body h3 {
- margin-top: 1.8em;
- line-height: 1.4;
+ margin-top: 1.6em;
+ line-height: 1.6;
font-size: 1.4rem; }
.c-post__body h4,
.c-post__body h5 {
- font-size: 1.6em; }
+ margin-top: 1.6em;
+ font-size: 1.2rem; }
.c-post__body img {
width: 100%; }
.c-post__body pre {
@@ -270,6 +271,8 @@ button {
padding: 0 1em;
border-left: 4px solid #b9b9b9;
color: #b9b9b9; }
+ .c-post__body p {
+ line-height: 1.8; }
.c-post__body a {
color: #3779cc; }
.c-post__body a:hover {