Skip to content

Commit

Permalink
Shifted book curve up a pixel
Browse files Browse the repository at this point in the history
This fixes an issue where the background is shown just above/behind this element at some resolutions.
  • Loading branch information
josephmyers committed Jan 14, 2025
1 parent de83faa commit 7e2eb8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SIL.XForge.Scripture/wwwroot/scss/_home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
&:before {
position: absolute;
content: '';
top: -1px;
top: -2px;
width: 100%;
height: 35px;
background: url('/images/banner-book-curve.svg') no-repeat center;
Expand Down

0 comments on commit 7e2eb8d

Please sign in to comment.