downscale background image

This commit is contained in:
Zachary Chai 2016-12-02 16:58:26 -05:00
parent 692e864434
commit f6e895271e
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 {
height: 350px;
width: 100%;
background: url('greenlight_background.jpg');
background: asset-url('greenlight_background');
background-position: center;
background-size: cover;
background-repeat: no-repeat;