summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/leap.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/leap.scss')
-rw-r--r--app/assets/stylesheets/leap.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/assets/stylesheets/leap.scss b/app/assets/stylesheets/leap.scss
index cf8088e..9899951 100644
--- a/app/assets/stylesheets/leap.scss
+++ b/app/assets/stylesheets/leap.scss
@@ -172,7 +172,7 @@ table.timeline {
article.blog_summary {
- margin-bottom: 1em;
+ margin: 1em 0;
.byline {
color: #999;
}
@@ -181,6 +181,9 @@ article.blog_summary {
margin-bottom: 0;
}
}
+ heading.h3 {
+ line-height: 20px;
+ }
}
article.blog_full {