Mugen87 7 лет назад
Родитель
Сommit
11bf4819d6
1 измененных файлов с 7 добавлено и 7 удалено
  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;