From c7ef4d79ab89e23f685214c5ede598d6584a27e5 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Fri, 8 Jan 2021 13:24:26 +0100 Subject: [PATCH] chore(css-theme): Style tweaks --- packages/css-theme/src/_typography.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/css-theme/src/_typography.scss b/packages/css-theme/src/_typography.scss index d29c91d720f..b39f6b2e9a5 100644 --- a/packages/css-theme/src/_typography.scss +++ b/packages/css-theme/src/_typography.scss @@ -48,6 +48,12 @@ h6 a.anchor { margin-left: -20px; margin-right: 4px; } +h5 + a, +h6 + a, +h5 + ol, +h6 + ol, +h5 + ul, +h6 + ul, h5 + p, h6 + p { margin-top: -0.5rem;