2
0
Эх сурвалжийг харах

Docs/Examples: Minor css tweak.

Mr.doob 10 жил өмнө
parent
commit
4f1aa0c51c

+ 4 - 0
docs/index.html

@@ -13,6 +13,10 @@
 				font-style: normal;
 			}
 
+			*{
+				box-sizing: border-box;
+			}
+
 			html {
 				height: 100%;
 			}

+ 4 - 0
examples/index.html

@@ -13,6 +13,10 @@
 				font-style: normal;
 			}
 
+			*{
+				box-sizing: border-box;
+			}
+
 			html {
 				height: 100%;
 			}