From a0a7817a998f1ac83bea51fd817c83e6a03eb627 Mon Sep 17 00:00:00 2001 From: Brandon-Schefstad Date: Wed, 25 Jan 2023 19:43:34 -0500 Subject: [PATCH] Remove newline on nested
  • --- src/content/_lists.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/content/_lists.scss b/src/content/_lists.scss index a2840fd..db5a0c6 100644 --- a/src/content/_lists.scss +++ b/src/content/_lists.scss @@ -38,6 +38,10 @@ ul { left: -7px; position: relative; } + + & > p { + display: inline; + } } ul {