Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3de73270 authored by Dirk Dougherty's avatar Dirk Dougherty Committed by Android Git Automerger
Browse files

am 8ea2636c: am 6a8f88cd: adjust image placement for m hero on medium screens.

* commit '8ea2636c':
  adjust image placement for m hero on medium screens.
parents 251d0ad1 8ea2636c
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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;
  }
}
 No newline at end of file