fix(whyparents): remove right-edge fade from gallery mask
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
b22f7194a5
commit
ce064bce7a
1 changed files with 2 additions and 4 deletions
|
|
@ -185,10 +185,8 @@ export function WhyParents({ items, sideGallery, title }: WhyParentsProps) {
|
|||
<div
|
||||
className="relative"
|
||||
style={{
|
||||
maskImage:
|
||||
'linear-gradient(90deg, transparent 0%, black 8%, black 92%, transparent 100%)',
|
||||
WebkitMaskImage:
|
||||
'linear-gradient(90deg, transparent 0%, black 8%, black 92%, transparent 100%)',
|
||||
maskImage: 'linear-gradient(90deg, transparent 0%, black 8%)',
|
||||
WebkitMaskImage: 'linear-gradient(90deg, transparent 0%, black 8%)',
|
||||
}}
|
||||
>
|
||||
<div
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue