Browse Source

Examples: Format

Mugen87 7 years ago
parent
commit
11bf4819d6
1 changed files with 7 additions and 7 deletions
  1. 7 7
      examples/webaudio_timing.html

+ 7 - 7
examples/webaudio_timing.html

@@ -35,11 +35,11 @@
 				z-index: 1;
 				top: 0;
 				left: 0;
-			  width: 100%;
-			  height:100%;
-			  display: flex;
-			  align-items: center;
-			  justify-content: center;
+				width: 100%;
+				height:100%;
+				display: flex;
+				align-items: center;
+				justify-content: center;
 				opacity: 1;
 				background-color: #000000;
 				color: #ffffff;
@@ -50,8 +50,8 @@
 			}
 
 			#overlay > div > button {
-			  height: 20px;
-			  width: 100px;
+				height: 20px;
+				width: 100px;
 				background: transparent;
 				color: #ffffff;
 				outline: 1px solid #ffffff;