Skip to content

Commit

Permalink
Update hero image
Browse files Browse the repository at this point in the history
  • Loading branch information
roughani committed May 16, 2017
1 parent 96b972d commit 6ae465a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _sass/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand All @@ -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;
Expand All @@ -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;
Expand Down

0 comments on commit 6ae465a

Please sign in to comment.