From 44afdf2c7fe816fb95012a22d56d80971985427e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Fri, 23 Sep 2016 10:21:34 +0200 Subject: [PATCH] Re-fix the links in ul --- app/static/src/sass/global/_typography.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/src/sass/global/_typography.scss b/app/static/src/sass/global/_typography.scss index 368cbf5b..91a88ffa 100755 --- a/app/static/src/sass/global/_typography.scss +++ b/app/static/src/sass/global/_typography.scss @@ -46,7 +46,7 @@ h3 { @include margin-top(1); } -p, ul.unstyled-list { +main p, main ul.unstyled-list { @include margin-top(0); @include margin-bottom(1); @include line-height(1.25); -- 2.39.5