瀏覽代碼

Adjust the H2 and H2 margins

skullY 5 年之前
父節點
當前提交
503b52652c
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      docs/sidebar.css

+ 5 - 1
docs/sidebar.css

@@ -9,8 +9,12 @@
   margin-top: 40px;
   margin-top: 40px;
 }
 }
 
 
+.markdown-section h2 {
+  padding-top: 0.25rem;
+}
+
 .markdown-section h3 {
 .markdown-section h3 {
-  margin-top: 16px;
+  margin-top: 0.25rem;
 }
 }
 
 
 .sidebar, .sidebar-nav {
 .sidebar, .sidebar-nav {