Fixed homepage demo CSS

master
Keith Irwin 2017-06-30 11:55:25 -04:00
parent 478b618b67
commit 2c3284a558
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
1 changed files with 1 additions and 2 deletions

View File

@ -19,7 +19,6 @@
.splash {
background: #090909;
/*background-image: url("/static/img/style/map.jpg");*/
background-size: cover;
color: #FFF;
height: 100vh;
@ -38,7 +37,7 @@
}
.splash #demo {
position: absolute;
width: 95vw;
width: 100%;
height: 100%;
left: 0;
top: 0;