mirror of https://github.com/zulip/zulip.git
Increase font size of <p> and <li> to 1.2em.
This increases the font size from 1em => 1.2em.
This commit is contained in:
parent
26281df767
commit
aac7b3c5eb
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue