Add more margin-top to <h3> tag.

The <h3> default margin of 10px brought it too close vertically to the
the paragraph tag above it, so this increases it to 20px.
This commit is contained in:
Brock Whittaker 2017-08-31 16:48:25 -07:00 committed by Tim Abbott
parent aac7b3c5eb
commit e82cc3f993

View File

@ -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;