aboutsummaryrefslogtreecommitdiff
path: root/src/css/_partial/_post
diff options
context:
space:
mode:
authorolOwOlo <26087907+olOwOlo@users.noreply.github.com>2017-09-10 21:17:26 +0800
committerolOwOlo <26087907+olOwOlo@users.noreply.github.com>2017-09-10 21:17:26 +0800
commitbd5d60906e81c0a1378075ea804a53955811c596 (patch)
treef7512d6f29db3c63c462d95a0a3d5f8fdba220db /src/css/_partial/_post
parent8137021405dffb6505881eb0d469fce1b1725617 (diff)
fix: margin of post summary
Diffstat (limited to 'src/css/_partial/_post')
-rw-r--r--src/css/_partial/_post/_content.scss4
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;