Merge pull request #69 from zach-chai/downscale_background_image

downscale background image
This commit is contained in:
Zachary Chai 2016-12-02 17:02:37 -05:00 committed by GitHub
commit de85c5d1c6
2 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

@ -29,7 +29,7 @@ html, body {
.app-background { .app-background {
height: 350px; height: 350px;
width: 100%; width: 100%;
background: url('greenlight_background.jpg'); background: asset-url('greenlight_background');
background-position: center; background-position: center;
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;