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

Commit e1b39896 authored by Robert Ly's avatar Robert Ly Committed by Android Git Automerger
Browse files

am 908a05a1: fix hero image offset in css

* commit '908a05a1':
  fix hero image offset in css
parents 3aeceecd 908a05a1
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -6529,7 +6529,7 @@ div.jd-descr > .resource-widget[data-section=distribute\/tools]


.preview-hero {
  height: calc(100% - 70px);
  height: calc(100% - 110px);
  min-height: 504px;
  margin-top: -5px;
  padding-top: 0;
@@ -6543,7 +6543,7 @@ div.jd-descr > .resource-widget[data-section=distribute\/tools]
}

.wear-hero {
  height: calc(100% - 70px);
  height: calc(100% - 110px);
  min-height: 504px;
  margin-top: -5px;
  padding-top: 0;
@@ -6557,7 +6557,7 @@ div.jd-descr > .resource-widget[data-section=distribute\/tools]
}

.tv-hero {
  height: calc(100% - 70px);
  height: calc(100% - 110px);
  min-height: 504px;
  margin-top: -5px;
  padding-top: 0;
@@ -6571,7 +6571,7 @@ div.jd-descr > .resource-widget[data-section=distribute\/tools]
}

.auto-hero {
  height: calc(100% - 70px);
  height: calc(100% - 110px);
  min-height: 504px;
  margin-top: -5px;
  padding-top: 0;