From 42a04021e564d649a6e6da8eb8ee858ead312ad8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Fri, 23 Sep 2016 11:41:18 +0200 Subject: [PATCH] Fix lists --- 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 91a88ffa..30f9f72f 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); } -main p, main ul.unstyled-list { +main p, main ul.unstyled-list, main ul { @include margin-top(0); @include margin-bottom(1); @include line-height(1.25); -- 2.39.5