Adjust .vector-body paragraph margins

Adds bigger bottom margin (1em) while keeping
the smaller top margin (0.5em) as was previously define.

This keeps the headings close to the paragraphs
while seperating paragraphs from each other.

Bug: T351754
Change-Id: I833372002654ea30deb110af44fb412722bc0ccd
This commit is contained in:
Jan Drewniak 2023-11-27 14:49:25 -05:00
parent e55034f3ad
commit 522d655007

View file

@ -128,7 +128,7 @@ pre,
}
p {
margin: 1em 0;
margin: 0.5em 0 1em 0;
}
blockquote {