mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 15:31:52 +00:00
fix: right margin not blurred in firefox
This commit is contained in:
@@ -3680,9 +3680,7 @@ pre {
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
width: calc(100% + 40px);
|
|
||||||
z-index: -10;
|
z-index: -10;
|
||||||
margin-left: -20px;
|
|
||||||
}
|
}
|
||||||
.hero_gradient {
|
.hero_gradient {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
@@ -431,9 +431,7 @@ pre {
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
width: calc(100% + 40px);
|
|
||||||
z-index: -10;
|
z-index: -10;
|
||||||
margin-left: -20px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero_gradient {
|
.hero_gradient {
|
||||||
|
|||||||
Reference in New Issue
Block a user