From 1e5dc00da82b222a78d071016d02e453a2b7b942 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Sat, 8 Aug 2020 08:47:09 +0530 Subject: [PATCH] fix list style indent --- src/styles/global.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles/global.css b/src/styles/global.css index b229cc4b..6c54a84c 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -50,7 +50,8 @@ section { .markdown ul { list-style: disc; - list-style-position: inside; + list-style-position: outside; + padding-left: 1.5em; } @page {