Merge pull request #2285 from ZhenShuo2021/fix/firefox-bg-blur

🐛 Fix: right margin not blurred in firefox
This commit is contained in:
Nuno C.
2025-07-10 11:41:58 +01:00
committed by GitHub
2 changed files with 0 additions and 4 deletions

View File

@@ -3727,9 +3727,7 @@ pre {
background-repeat: no-repeat;
background-size: cover;
background-position: center;
width: calc(100% + 40px);
z-index: -10;
margin-left: -20px;
}
.hero_gradient {
width: 100%;

View File

@@ -431,9 +431,7 @@ pre {
background-repeat: no-repeat;
background-size: cover;
background-position: center;
width: calc(100% + 40px);
z-index: -10;
margin-left: -20px;
}
.hero_gradient {