adjust image placement for m hero on medium screens.

Change-Id: I644837bf151549ad8dbbfb194f8e699233362933
This commit is contained in:
Dirk Dougherty 2015-08-14 21:18:36 -07:00
parent 71e0a80c2c
commit 6a8f88cdec
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;
}
}