Change line height in <p> and <li>.

This decreases the <p> line height from 1.8em to 1.6em, and increases
the <li> line height from 20px to 1.6.
This commit is contained in:
Brock Whittaker 2017-08-31 16:47:23 -07:00 committed by Tim Abbott
parent 642e059725
commit 26281df767
1 changed files with 2 additions and 1 deletions

View File

@ -1769,10 +1769,11 @@ nav ul li.active::after {
.portico-landing.why-page .main li {
color: #555;
line-height: 1.6;
}
.portico-landing.why-page .main p {
line-height: 1.8;
line-height: 1.6;
}
.portico-landing.why-page .main li strong {