From 4000a79371d7cb0b798779521f2e0a4a9fc22bee Mon Sep 17 00:00:00 2001 From: Stephane Desneux Date: Thu, 10 Nov 2016 14:05:34 +0100 Subject: webdocs-agl: adjust theming Change-Id: Ia1eaeaf07f7158d6402e048dfe9220bfcb6444a5 Signed-off-by: Stephane Desneux --- site/static/styles/scss/_home.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'site/static/styles/scss') 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; } -- cgit 1.2.3-korg