forked from openkylin/platform_build
am 3de73270: am 8ea2636c: am 6a8f88cd: adjust image placement for m hero on medium screens.
* commit '3de7327062f452f3489e04aeb07b43efed32764f': adjust image placement for m hero on medium screens.
This commit is contained in:
commit
23a7114fbb
|
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue