adjust image placement for m hero on medium screens.
Change-Id: I644837bf151549ad8dbbfb194f8e699233362933
This commit is contained in:
@@ -8848,8 +8848,12 @@ $spritesheet: width height image $spritesheet-sprites;
|
|||||||
@media (max-width: 1200px) {
|
@media (max-width: 1200px) {
|
||||||
|
|
||||||
.dac-hero.dac-darken.mprev {
|
.dac-hero.dac-darken.mprev {
|
||||||
background-size: auto 600px;
|
background-size: auto 700px;
|
||||||
background-position: 55% 0;
|
background-position: 55% 0;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dac-hero-cta.mprev {
|
||||||
|
white-space:nowrap;
|
||||||
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user