From 7e2eb8dad658431cb7aa65806ddb0781c42a3432 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Tue, 14 Jan 2025 14:43:59 +0700 Subject: [PATCH] Shifted book curve up a pixel This fixes an issue where the background is shown just above/behind this element at some resolutions. --- src/SIL.XForge.Scripture/wwwroot/scss/_home.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SIL.XForge.Scripture/wwwroot/scss/_home.scss b/src/SIL.XForge.Scripture/wwwroot/scss/_home.scss index ab934da5ba..d11ff318f0 100644 --- a/src/SIL.XForge.Scripture/wwwroot/scss/_home.scss +++ b/src/SIL.XForge.Scripture/wwwroot/scss/_home.scss @@ -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;