From 9ff627c327aaa28bdc8ab0a71b5e860c4ff8b1f7 Mon Sep 17 00:00:00 2001 From: Rudy Pena Date: Thu, 18 Feb 2016 21:37:36 -0600 Subject: [PATCH] fix(banner): what if banner was full width --- .../src/main/webapp/css/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/liberty-starter-application/src/main/webapp/css/style.css b/liberty-starter-application/src/main/webapp/css/style.css index 8355cb2..cfa8ece 100644 --- a/liberty-starter-application/src/main/webapp/css/style.css +++ b/liberty-starter-application/src/main/webapp/css/style.css @@ -134,7 +134,7 @@ body { #banner { position: relative; height: 236px; - width: 1280px; + width: 100%; margin-left: auto; margin-right: auto; max-height: 330px; @@ -151,7 +151,7 @@ body { .banner-img { background-image: url("../img/wavelight_unsplash.jpg"); - background-position: 57.3% 50%; + background-position: 58.5% 50%; z-index: 3; background-size: 4800px; background-repeat: no-repeat; @@ -168,7 +168,7 @@ body { color: #BCDCFF; font-size: 41px; padding-top: 50px; - padding-left: 88px; + padding-left: 276px; position: relative; z-index: 8; } @@ -184,7 +184,7 @@ body { line-height: 33px; color: #fff; padding-top: 10px; - padding-left: 88px; + padding-left: 276px; position: relative; z-index: 8; width: 500px; @@ -195,7 +195,7 @@ body { -moz-box-shadow: 0px 0px 5px 2px rgba(102,102,102,1); box-shadow: 0px 0px 5px 2px rgba(102,102,102,1); background: #fff; - bottom: -117px; + bottom: -106px; position: absolute; left: 0px; transform: rotate(-3.6deg);