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

Commit 6a8f88cd authored by Dirk Dougherty's avatar Dirk Dougherty
Browse files

adjust image placement for m hero on medium screens.

Change-Id: I644837bf151549ad8dbbfb194f8e699233362933
parent 71e0a80c
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