From dbd78621ecf6e09a902c14d0764f3e7f10a5243e Mon Sep 17 00:00:00 2001 From: Yongquan Yang Date: Sat, 16 Jul 2022 08:10:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E4=BA=86=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom/custom.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/custom/custom.css b/custom/custom.css index 1d297b3..2756401 100644 --- a/custom/custom.css +++ b/custom/custom.css @@ -21,4 +21,13 @@ -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; + } + ul{ + margin-left:2em; + } + ol{ + margin-left:2em; + } + li{ + line-height: 1.8; } \ No newline at end of file