Increase font size of <p> and <li> to 1.2em.

This increases the font size from 1em => 1.2em.
This commit is contained in:
Brock Whittaker 2017-08-31 16:47:51 -07:00 committed by Tim Abbott
parent 26281df767
commit aac7b3c5eb
1 changed files with 2 additions and 0 deletions

View File

@ -1770,9 +1770,11 @@ nav ul li.active::after {
.portico-landing.why-page .main li {
color: #555;
line-height: 1.6;
font-size: 1.2em;
}
.portico-landing.why-page .main p {
font-size: 1.2em;
line-height: 1.6;
}