From: Jérémy Fabre Date: Fri, 23 Sep 2016 08:21:34 +0000 (+0200) Subject: Re-fix the links in ul X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=44afdf2c7fe816fb95012a22d56d80971985427e;p=mezzo.git Re-fix the links in ul --- 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);