Increase `margin-top` for `h3` following `p` elements

With Id00fbe7ca90a in, this inharmonious, too close distance has
become more obvious.

Bug: T219572
Change-Id: Ie9689d29b6553aadf8ec4781369ec966b4a34abe
This commit is contained in:
Volker E 2019-04-02 16:04:00 -07:00 committed by Jdlrobson
parent a3e524192d
commit 6a078ddb65
1 changed files with 5 additions and 0 deletions

View File

@ -69,4 +69,9 @@ h3, h4, h5, h6 {
h2, h3, h4, h5, h6 {
padding: @headingMargin 0;
}
// `h3`s need extra `margin-top` after paragraphs, see T219572.
p + h3 {
margin-top: @headingMargin * 3;
}
}