* commit '8ea2636c190789263aaf78b89163c8e85bef3417': adjust image placement for m hero on medium screens.
This commit is contained in:
commit
3de7327062
1 changed files with 5 additions and 1 deletions
|
@ -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 a new issue