From 8ed723a47c0c811506e1bef4eaef3f5f7355da99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Tue, 16 Jun 2015 08:34:20 +0200 Subject: [PATCH] Fix new line height in summary and large-summary --- app/styles/components/summary.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/styles/components/summary.scss b/app/styles/components/summary.scss index 13a1e88f..ded4538b 100644 --- a/app/styles/components/summary.scss +++ b/app/styles/components/summary.scss @@ -28,7 +28,8 @@ .description { @extend %small; - @extend %text; + @extend %light; + line-height: 1; } } @@ -88,7 +89,7 @@ margin-right: 2rem; } .icon { - @extend %xlarge; + font-size: 1.4rem; margin-right: .4rem; &.icon-stats { color: $gray;