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, 3 insertions, 2 deletions
diff --git a/app/assets/stylesheets/leap.scss b/app/assets/stylesheets/leap.scss
index c91869d..e058d77 100644
--- a/app/assets/stylesheets/leap.scss
+++ b/app/assets/stylesheets/leap.scss
@@ -178,7 +178,7 @@ table.timeline {
article.blog_summary {
margin: 1em 0;
- clear: both;
+ @include clearfix();
.byline {
color: #999;
}
@@ -187,8 +187,9 @@ article.blog_summary {
margin-bottom: 0;
}
}
- heading.h3 {
+ h2 {
line-height: 20px;
+ margin-top: 10px;
}
}