diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-11-10 14:05:34 +0100 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-11-10 14:53:01 +0100 |
commit | 4000a79371d7cb0b798779521f2e0a4a9fc22bee (patch) | |
tree | 9140e76b93a09c5310417b9533653baf144adb1f /site/static/styles/scss | |
parent | 282c03752e70b001ea7fc6e6d41d8f27b26e224b (diff) |
webdocs-agl: adjust theming
Change-Id: Ia1eaeaf07f7158d6402e048dfe9220bfcb6444a5
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'site/static/styles/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; } |