From f240efa2849672cbe5672f93aeed2a8eef5e8d17 Mon Sep 17 00:00:00 2001 From: papierkorp Date: Wed, 27 Sep 2023 15:56:56 +0200 Subject: [PATCH] Update _post.scss --- _sass/layouts/_post.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_sass/layouts/_post.scss b/_sass/layouts/_post.scss index 2f2e587..f93c484 100644 --- a/_sass/layouts/_post.scss +++ b/_sass/layouts/_post.scss @@ -310,7 +310,7 @@ article { } ul ul { - padding-left: 0.5em; + padding-left: 0.8em; } @@ -425,4 +425,4 @@ article { .post_header_content_parting_line { margin: 2em 0; } -} \ No newline at end of file +}