瀏覽代碼

Tweak API css

JC Brand 6 年之前
父節點
當前提交
b81fa43a74
共有 1 個文件被更改,包括 8 次插入8 次删除
  1. 8 8
      docs/source/_static/api.css

+ 8 - 8
docs/source/_static/api.css

@@ -1,7 +1,3 @@
-body {
-  font-size: 1.2rem;
-}
-
 .brand-heading {
 .brand-heading {
   display: flex;
   display: flex;
 }
 }
@@ -21,21 +17,25 @@ body {
   margin-top: 0;
   margin-top: 0;
 }
 }
 
 
+section h1 {
+  margin-left: 0;
+}
+
 h2 {
 h2 {
-  font-size: 45px;
+  font-size: 40px;
 }
 }
 
 
 h3 {
 h3 {
-  font-size: 35px;
+  font-size: 30px;
 }
 }
 
 
 h4 {
 h4 {
-  font-size: 30px;
+  font-size: 25px;
   margin-top: 40px;
   margin-top: 40px;
 }
 }
 
 
 p {
 p {
-  font-size: 1.3rem;
+  font-size: 1.2rem;
 }
 }
 
 
 .details {
 .details {