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

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

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

* commit '6a8f88cd':
  adjust image placement for m hero on medium screens.
parents 7b6af490 6a8f88cd
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