Reduced background img size

This commit is contained in:
MarcThibeault 2014-11-12 21:37:42 -05:00
parent 26b75a1ac1
commit d5101c274a
3 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 627 KiB

View File

@ -21,7 +21,7 @@ body {
color: black;
padding: 0;
text-align:center;
background: url('../imgs/back.png') no-repeat fixed top center;
background: url('../imgs/back.jpg') no-repeat fixed top center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;