Browse Source

Add missing colon

pull/2/head
Nguyen Yustar 8 years ago
parent
commit
9fa045dc89
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/index.html

+ 1
- 1
src/index.html View File

@ -11,7 +11,7 @@
height: 100vh;
width: 100%;
background: #fff;
z-index 90000;
z-index: 90000;
}
#loader.fadeOut {


Loading…
Cancel
Save