From 833f08d24555229438f794ce4f4aab9fb63b9fe8 Mon Sep 17 00:00:00 2001 From: Gazook89 <58999374+Gazook89@users.noreply.github.com> Date: Sat, 20 Nov 2021 10:48:16 -0600 Subject: [PATCH] remove p + p padding in .note & .descriptive --- themes/5ePhb.style.less | 6 ------ 1 file changed, 6 deletions(-) diff --git a/themes/5ePhb.style.less b/themes/5ePhb.style.less index f8af28642..8991e51e7 100644 --- a/themes/5ePhb.style.less +++ b/themes/5ePhb.style.less @@ -242,9 +242,6 @@ body { display : block; padding-bottom : 0px; } - p + p { - padding-top : .8em; - } :last-child { margin-bottom : 0; } @@ -275,9 +272,6 @@ body { padding-bottom : 0px; line-height : 1.5em; } - p + p { - padding-top : .8em; - } :last-child { margin-bottom : 0; }