From 882ea46277d14a796eed7b0a4bfbc2b16b97737a Mon Sep 17 00:00:00 2001 From: Alasdair Smith Date: Fri, 10 Aug 2018 16:50:17 +0100 Subject: [PATCH] Add divider between deprecated text and features --- services/web/public/stylesheets/app/homepage.less | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/services/web/public/stylesheets/app/homepage.less b/services/web/public/stylesheets/app/homepage.less index 9c2b43d862..20372c6679 100644 --- a/services/web/public/stylesheets/app/homepage.less +++ b/services/web/public/stylesheets/app/homepage.less @@ -23,14 +23,16 @@ } .deprecated-sl-long-cta { margin-top: 25px; - .card { height: 216px; } - h3 { margin-top: 0; } + hr { + margin-top: 35px; + margin-bottom: 10px; + } } .masthead {