adjust image placement for m hero on medium screens.
Change-Id: I644837bf151549ad8dbbfb194f8e699233362933
This commit is contained in:
parent
71e0a80c2c
commit
6a8f88cdec
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue