From: Vincent Vanwaelscappel Date: Tue, 8 Sep 2020 11:37:54 +0000 (+0200) Subject: wip #3733 @1 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=af099fef96646bf45b2091e858c9f3ce194c527e;p=fluidbook-html5.git wip #3733 @1 --- diff --git a/style/articles/business-immo.less b/style/articles/business-immo.less index 79066a12..4f4e6199 100644 --- a/style/articles/business-immo.less +++ b/style/articles/business-immo.less @@ -10,14 +10,37 @@ } article { + padding-left: 100px; + padding-right: 100px; + .actions { + right: 95px; + @media @medium { + right: 45px; + } + } + + @media @medium { + padding-left:20px; + padding-right:20px; + } + + line-height: 1.5; + + + + h1 { + text-transform: uppercase; + line-height: 1.1; + } + .articleBody a { &:hover { color: @red !important; } } - h2{ - color:@red; + h2 { + color: @red; } }