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

github.com/diwao/hestia-pure.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiwao <diwao@me.com>2018-01-06 20:14:24 +0300
committerdiwao <diwao@me.com>2018-01-06 20:14:24 +0300
commit5a355a1f14d9b96249ce5327ee5d3208b3001410 (patch)
tree7772ece9d155bc1b93c20674a400993a54e929dc
parentb2632fb49bf92c587eef79a810b87403062de5af (diff)
リストにline-heightを設定
-rw-r--r--src/scss/modules/_single.scss4
-rw-r--r--static/css/style.css2
2 files changed, 6 insertions, 0 deletions
diff --git a/src/scss/modules/_single.scss b/src/scss/modules/_single.scss
index 9494feb..43132ef 100644
--- a/src/scss/modules/_single.scss
+++ b/src/scss/modules/_single.scss
@@ -32,6 +32,10 @@
padding-left: .5em;
}
+ li {
+ line-height: 1.6;
+ }
+
li + li {
margin-top: .5em;
}
diff --git a/static/css/style.css b/static/css/style.css
index 341e8c5..88448cb 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -159,6 +159,8 @@ a {
.post-content h2 {
border-left: 5px solid #ff470f;
padding-left: .5em; }
+ .post-content li {
+ line-height: 1.6; }
.post-content li + li {
margin-top: .5em; }
.post-content > p code,