Browse Source

Docs: Fixed indents.

Mr.doob 6 năm trước cách đây
mục cha
commit
4627231fee
1 tập tin đã thay đổi với 10 bổ sung10 xóa
  1. 10 10
      docs/page.css

+ 10 - 10
docs/page.css

@@ -23,16 +23,16 @@
 	font-weight: 400;
 }
 @font-face {
-  font-family: 'Inter';
-  font-style:  normal;
-  font-weight: 400;
-  src: local('Inter-Regular'), url("../files/Inter-Regular.woff2?v=3.6") format("woff2");
+	font-family: 'Inter';
+	font-style: normal;
+	font-weight: 400;
+	src: local('Inter-Regular'), url("../files/Inter-Regular.woff2?v=3.6") format("woff2");
 }
 @font-face {
-  font-family: 'Inter';
-  font-style:  normal;
-  font-weight: 600;
-  src: local('Inter-SemiBold'), url("../files/Inter-SemiBold.woff2?v=3.6") format("woff2");
+	font-family: 'Inter';
+	font-style: normal;
+	font-weight: 600;
+	src: local('Inter-SemiBold'), url("../files/Inter-SemiBold.woff2?v=3.6") format("woff2");
 }
 
 html {
@@ -247,8 +247,8 @@ a.param:hover {
 	}
 
 	h2 {
-    font-size: 1.6rem;
-    line-height: 2.2rem;
+		font-size: 1.6rem;
+		line-height: 2.2rem;
 		margin-top: 1.6rem;
 	}
 }