From 9ca82683ab90d5dcce93413af676925b159ca54b Mon Sep 17 00:00:00 2001 From: M Sarmad Qadeer Date: Tue, 6 Sep 2022 19:17:49 +0500 Subject: [PATCH] try to resolve bullets issue --- website/src/css/blog.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/src/css/blog.css b/website/src/css/blog.css index 7214942856..3cceb226f8 100644 --- a/website/src/css/blog.css +++ b/website/src/css/blog.css @@ -35,6 +35,7 @@ ol li { line-height: 30px; letter-spacing: 0.6px; margin: 0.5rem 0; + -webkit-margin-start: 1rem; } ul, ol { @@ -77,4 +78,4 @@ h3::before { :focus { outline: none; -} \ No newline at end of file +}