am 23a7114f: am 3de73270: am 8ea2636c: am 6a8f88cd: adjust image placement for m hero on medium screens.

* commit '23a7114fbb605d582a3451f522b9d1f6ec0b2741':
  adjust image placement for m hero on medium screens.
This commit is contained in:
Dirk Dougherty 2015-08-17 00:19:08 +00:00 committed by Android Git Automerger
commit a4f8444796
1 changed files with 5 additions and 1 deletions

View File

@ -8848,8 +8848,12 @@ $spritesheet: width height image $spritesheet-sprites;
@media (max-width: 1200px) {
.dac-hero.dac-darken.mprev {
background-size: auto 600px;
background-size: auto 700px;
background-position: 55% 0;
background-repeat: no-repeat;
}
.dac-hero-cta.mprev {
white-space:nowrap;
}
}