From 5c6f77b254ac8dbaa74e2b77978ce6695f733c7b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Mon, 5 Sep 2016 17:16:30 +0200 Subject: [PATCH] Fix the link line height on brief list --- app/static/src/sass/pages/_home.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5