bugfixing. added comingSoon modal.

This commit is contained in:
2016-02-06 02:11:42 +01:00
parent 3d6f7fda81
commit e83be8f0ba
2 changed files with 32 additions and 14 deletions

View File

@ -4,7 +4,7 @@ html {
}
body {
background: url(../img/background.jpg);
background: url("../img/background.jpg");
background-size: cover;
/*background-position: 0px -50px;*/
font-family: Lato;
@ -29,4 +29,4 @@ hr {
width: 400px;
border-top: 1px solid #f8f8f8;
border-bottom: 1px solid rgba(0,0,0,0.2);
}
}