浏览代码

HUE-8888 [docs] Fix the right toc padding of title 1

Romain 6 年之前
父节点
当前提交
129e9c840a
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      docs/docs-site/themes/hugo-theme-learn/static/css/hugo-theme.css

+ 3 - 3
docs/docs-site/themes/hugo-theme-learn/static/css/hugo-theme.css

@@ -62,7 +62,7 @@ a.hueAnchor:after {
 }
 }
 
 
 #TableOfContents > ul > li > a   {
 #TableOfContents > ul > li > a   {
-  font-weight: bold; padding: 0 18px; margin: 0 2px;
+  font-weight: bold; padding: 0 0px; margin: 0 0px;
 }
 }
 
 
 #TableOfContents > ul > li > ul > li > a {
 #TableOfContents > ul > li > ul > li > a {
@@ -290,5 +290,5 @@ figcaption h4 {
 }
 }
 
 
 .is-sticky #top-bar {
 .is-sticky #top-bar {
-  box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.1); 
-}
+  box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.1);
+}