From 0b9f8ecd257ebb2363943eb5c4a9eebdb87fe080 Mon Sep 17 00:00:00 2001
From: Librahang <245462755@qq.com>
Date: Wed, 29 Jul 2020 17:05:56 +0800
Subject: [PATCH] fix the css style of blog page,including the margin-left of
and list-style of - .
---
themes/hugo-blog-jeffprod/static/css/blog.css | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/themes/hugo-blog-jeffprod/static/css/blog.css b/themes/hugo-blog-jeffprod/static/css/blog.css
index ea20a384..5d4e8dc9 100644
--- a/themes/hugo-blog-jeffprod/static/css/blog.css
+++ b/themes/hugo-blog-jeffprod/static/css/blog.css
@@ -82,6 +82,12 @@ html,body {
border: none;
border-radius: 2px;
}
+ul{
+ margin-left: 20px;
+}
+li{
+ list-style-type: disc!important;
+}
/* ------------------------blog 主页------------------------- */
.article {
display: flex;
--
Gitee