diff options
author | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2017-09-10 21:17:26 +0800 |
---|---|---|
committer | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2017-09-10 21:17:26 +0800 |
commit | bd5d60906e81c0a1378075ea804a53955811c596 (patch) | |
tree | f7512d6f29db3c63c462d95a0a3d5f8fdba220db /src/css | |
parent | 8137021405dffb6505881eb0d469fce1b1725617 (diff) |
fix: margin of post summary
Diffstat (limited to 'src/css')
-rw-r--r-- | src/css/_partial/_post/_content.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/css/_partial/_post/_content.scss b/src/css/_partial/_post/_content.scss index d680762..bfa0f2c 100644 --- a/src/css/_partial/_post/_content.scss +++ b/src/css/_partial/_post/_content.scss @@ -58,6 +58,10 @@ @import 'code'; + .post-summary { + margin-bottom: 1em; + } + .read-more { .read-more-link { color: $theme-color; |