From 6ae465af7c2f78ae9480347c03f445e4beec698e Mon Sep 17 00:00:00 2001 From: roughani Date: Tue, 16 May 2017 10:18:13 -0700 Subject: [PATCH] Update hero image --- _sass/_main.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_sass/_main.scss b/_sass/_main.scss index 6a175ca1..76e37374 100644 --- a/_sass/_main.scss +++ b/_sass/_main.scss @@ -394,7 +394,7 @@ body { width: 100%; height: 400px; // 643px // background: url('../img/home/jumbotron-usds-staff-1200.jpg') center center no-repeat; - background: url('/img/mofie/sutters-fort.jpg') center center no-repeat; + background: url('/img/mofie/hero-skyline.jpg') center center no-repeat; background-size: cover; // @media (max-width: $screen-xs-max) { // background-image: url('../img/home/jumbotron-usds-staff-600.jpg') @@ -403,10 +403,10 @@ body { // background-image: url('../img/home/jumbotron-usds-staff-2400.jpg') // } @media (max-width: $screen-xs-max) { - background-image: url('/img/mofie/sutters-fort.jpg') + background-image: url('/img/mofie/hero-skyline.jpg') } @media (min-width: $screen-md-min) { - background-image: url('/img/mofie/sutters-fort.jpg') + background-image: url('/img/mofie/hero-skyline.jpg') } color: #fff; position: relative; @@ -431,7 +431,7 @@ body { bottom: 0; margin: 0 auto; padding-bottom: 2em; - @include radial-gradient(rgba(233,199,145,0.75) 40%, rgba(233,199,145,0) 70%); + // @include radial-gradient(rgba(233,199,145,0.75) 40%, rgba(233,199,145,0) 70%); .play-button img { height: 16px; width: 23px;