Quellcode durchsuchen

Docs/Examples: Minor css tweak.

Mr.doob vor 10 Jahren
Ursprung
Commit
4f1aa0c51c
2 geänderte Dateien mit 8 neuen und 0 gelöschten Zeilen
  1. 4 0
      docs/index.html
  2. 4 0
      examples/index.html

+ 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%;
 			}