mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
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:
parent
aac7b3c5eb
commit
e82cc3f993
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user