diff options
Diffstat (limited to 'site/static/styles/scss/_home.scss')
-rw-r--r-- | site/static/styles/scss/_home.scss | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/site/static/styles/scss/_home.scss b/site/static/styles/scss/_home.scss index 10597f6..cdae0c5 100644 --- a/site/static/styles/scss/_home.scss +++ b/site/static/styles/scss/_home.scss @@ -13,7 +13,7 @@ html { min-height: 500px; height: 70%; background-color: $gray-transparent; - background-image: url($baseurl+"/static/img/wisplight.jpg"); + background-image: url($baseurl+"/static/img/branding/agl_background.jpg"); background-size: cover; position:relative; color:white; @@ -180,8 +180,7 @@ html { } img#logo_top { - width: 150px; - padding: 10px; + padding: 5px; height: 50px; } |