From 6547c40c347185ee4212e7d16ad09da3d5cf2297 Mon Sep 17 00:00:00 2001 From: Alasdair Smith Date: Fri, 10 Aug 2018 17:10:23 +0100 Subject: [PATCH] Style CTAs in new container and remove hr --- services/web/public/stylesheets/app/homepage.less | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/services/web/public/stylesheets/app/homepage.less b/services/web/public/stylesheets/app/homepage.less index 20372c6679..a13bfaa48d 100644 --- a/services/web/public/stylesheets/app/homepage.less +++ b/services/web/public/stylesheets/app/homepage.less @@ -22,17 +22,14 @@ margin: 35px 0; } .deprecated-sl-long-cta { - margin-top: 25px; + padding-top: 25px; + padding-bottom: 93px; .card { height: 216px; } h3 { margin-top: 0; } - hr { - margin-top: 35px; - margin-bottom: 10px; - } } .masthead {