Skip to content

Commit

Permalink
fix: correct hero aspect ratio for specific viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
christiansam committed Mar 10, 2023
1 parent c004d56 commit 6f25042
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions blog-theme/customized_theme.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4620,8 +4620,8 @@
#mbtslider1_ninja-slider .teaser-header a {
padding-top: inherit;
width: calc(100% + 12em);
margin-left: -6em;
width: calc(100% + 9em);
margin-left: -4.5em;
height: calc(100% - 3em);
}
Expand Down
4 changes: 2 additions & 2 deletions blog-theme/theme+adsense.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4610,8 +4610,8 @@
#mbtslider1_ninja-slider .teaser-header a {
padding-top: inherit;
width: calc(100% + 12em);
margin-left: -6em;
width: calc(100% + 9em);
margin-left: -4.5em;
height: calc(100% - 3em);
}
Expand Down
4 changes: 2 additions & 2 deletions blog-theme/theme.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4605,8 +4605,8 @@
#mbtslider1_ninja-slider .teaser-header a {
padding-top: inherit;
width: calc(100% + 12em);
margin-left: -6em;
width: calc(100% + 9em);
margin-left: -4.5em;
height: calc(100% - 3em);
}
Expand Down

0 comments on commit 6f25042

Please sign in to comment.