mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 15:31:52 +00:00
fix(blur): remove small right-edge gap of blur on mobile devices
This commit is contained in:
@@ -3773,6 +3773,7 @@ pre {
|
|||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
.single_hero_background {
|
.single_hero_background {
|
||||||
|
width: calc(100% + 1px);
|
||||||
z-index: -10;
|
z-index: -10;
|
||||||
}
|
}
|
||||||
.hero_gradient {
|
.hero_gradient {
|
||||||
|
|||||||
@@ -169,6 +169,7 @@ pre {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.single_hero_background {
|
.single_hero_background {
|
||||||
|
width: calc(100% + 1px); /* patch for very small gap at right edge on mobile devices */
|
||||||
z-index: -10;
|
z-index: -10;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user