From: Jérémy Fabre Date: Mon, 5 Sep 2016 15:16:30 +0000 (+0200) Subject: Fix the link line height on brief list X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=5c6f77b254ac8dbaa74e2b77978ce6695f733c7b;p=mezzo.git Fix the link line height on brief list --- diff --git a/app/static/src/sass/pages/_home.scss b/app/static/src/sass/pages/_home.scss index 5f72812a..5470e3f5 100644 --- a/app/static/src/sass/pages/_home.scss +++ b/app/static/src/sass/pages/_home.scss @@ -93,7 +93,7 @@ $module: ".home"; } >a { @include font-size(s); - @include line-height(1); + @include line-height(0.5); @include typeface(serif); font-weight: weight(bold);