From 2d2a19e8766dd192be0529f8c469833faec71f65 Mon Sep 17 00:00:00 2001 From: isabel Date: Wed, 22 Jan 2025 21:21:08 +0000 Subject: [PATCH] chore(styles): use list-style-postion --- styles/text.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styles/text.scss b/styles/text.scss index dafff2d..4a2063b 100644 --- a/styles/text.scss +++ b/styles/text.scss @@ -25,7 +25,8 @@ } ol, ul { - padding-left: 2rem; + padding-left: 1rem; + list-style-position: inside; } p { -- 2.51.2