From 522d655007c6626125a0ee3b6161341bfb7e8dd7 Mon Sep 17 00:00:00 2001 From: Jan Drewniak Date: Mon, 27 Nov 2023 14:49:25 -0500 Subject: [PATCH] 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 --- resources/skins.vector.styles/typography.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/skins.vector.styles/typography.less b/resources/skins.vector.styles/typography.less index 809e2cdf7..19eee531e 100644 --- a/resources/skins.vector.styles/typography.less +++ b/resources/skins.vector.styles/typography.less @@ -128,7 +128,7 @@ pre, } p { - margin: 1em 0; + margin: 0.5em 0 1em 0; } blockquote {