Skip to content

Commit

Permalink
SF-3127 Fix horizontal line appearing on home page (#2947)
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 authored Jan 14, 2025
1 parent de83faa commit 56d272a
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 56d272a

Please sign in to comment.