mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-05-19 16:32:03 +00:00
Fix bg blur
This commit is contained in:
parent
b750ba56ea
commit
5ee068956a
@ -60,8 +60,8 @@ const HeroBanner = () => {
|
|||||||
alt="Banner"
|
alt="Banner"
|
||||||
quality={100}
|
quality={100}
|
||||||
fill
|
fill
|
||||||
style={{ objectFit: 'cover', transform: 'scaleX(-1)', filter: 'blur(2px)' }}
|
style={{ objectFit: 'cover', transform: 'scaleX(-1)', filter: isTabView ? 'blur(1px)' : 'blur(3px)' }}
|
||||||
className='opacity-100 rounded-lg'
|
className='opacity-90 rounded-lg'
|
||||||
/>
|
/>
|
||||||
<div className="absolute inset-0 bg-gradient-to-br from-black via-black/20 to-transparent rounded-lg" />
|
<div className="absolute inset-0 bg-gradient-to-br from-black via-black/20 to-transparent rounded-lg" />
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user