From e82cc3f9938ea5dc4e21baa0bdd0a9ef8a19c14b Mon Sep 17 00:00:00 2001 From: Brock Whittaker Date: Thu, 31 Aug 2017 16:48:25 -0700 Subject: [PATCH] Add more margin-top to

tag. The

default margin of 10px brought it too close vertically to the the paragraph tag above it, so this increases it to 20px. --- static/styles/landing-page.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/styles/landing-page.css b/static/styles/landing-page.css index 3e8b696415..d1c3603eab 100644 --- a/static/styles/landing-page.css +++ b/static/styles/landing-page.css @@ -1778,6 +1778,10 @@ nav ul li.active::after { line-height: 1.6; } +.portico-landing.why-page .main h3 { + margin-top: 20px; +} + .portico-landing.why-page .main li strong { font-weight: 600; color: #333;