Skip to content

Commit

Permalink
Adjust hero banner background position on mobile, tablet
Browse files Browse the repository at this point in the history
Signed-off-by: Maggie Walker <[email protected]>

Pull request: #642
Approved by: cwebberOps
  • Loading branch information
magwalk authored and jtimberman committed Jun 12, 2016
1 parent c8224a9 commit be5f1ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/source/stylesheets/_home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ $home-medium-breakpoint: rem-calc(880);
// Hero
.hero {
min-height: rem-calc(600);
background: url('/images/graphics/hero-pattern.svg') no-repeat 0 131%;
background: url('/images/graphics/hero-pattern.svg') no-repeat rem-calc(-100) 111%;
background-size: rem-calc(730) auto;

@include medium-home {
background-position: 0 128%;
background-position: rem-calc(-100) 118%;
background-size: rem-calc(730) auto;
}

Expand Down

0 comments on commit be5f1ca

Please sign in to comment.