mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-04-19 19:01:19 +00:00
Fix bg blur
This commit is contained in:
parent
b750ba56ea
commit
5ee068956a
@ -60,8 +60,8 @@ const HeroBanner = () => {
|
||||
alt="Banner"
|
||||
quality={100}
|
||||
fill
|
||||
style={{ objectFit: 'cover', transform: 'scaleX(-1)', filter: 'blur(2px)' }}
|
||||
className='opacity-100 rounded-lg'
|
||||
style={{ objectFit: 'cover', transform: 'scaleX(-1)', filter: isTabView ? 'blur(1px)' : 'blur(3px)' }}
|
||||
className='opacity-90 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