mirror of https://github.com/zulip/zulip.git
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:
parent
642e059725
commit
26281df767
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue