From 3f48228fdc56032546396dc8415fdd9cebdd7483 Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Thu, 1 Jun 2023 12:00:47 -0400 Subject: [PATCH] Fix UL styles --- themes/v2/assets/css/style.scss | 19 +++++++++++++++---- themes/v2/layouts/partials/references.html | 3 ++- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/themes/v2/assets/css/style.scss b/themes/v2/assets/css/style.scss index 2e284b1..b21981a 100644 --- a/themes/v2/assets/css/style.scss +++ b/themes/v2/assets/css/style.scss @@ -31,10 +31,21 @@ ul { padding: 0; text-indent: -2ch; - li::before { - color: #aaa; - content: '∗'; - margin: 0 1ch 0 0; + li { + &::before { + color: #aaa; + content: '∗'; + float: left; + margin-right: 2ch; + } + + p { + text-indent: 0; + } + + p:first-child { + text-indent: -2ch; + } } } diff --git a/themes/v2/layouts/partials/references.html b/themes/v2/layouts/partials/references.html index 8e70e38..90f8c17 100644 --- a/themes/v2/layouts/partials/references.html +++ b/themes/v2/layouts/partials/references.html @@ -6,7 +6,8 @@