mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
chore: hide pro image on mobile
This commit is contained in:
parent
97565057bb
commit
db58cbebd7
@ -84,7 +84,7 @@ export const NextUIProSection = () => {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="w-screen">
|
||||
<div className="hidden md:block w-screen">
|
||||
<Marquee
|
||||
vertical
|
||||
className="relative flex overflow-visible items-center min-h-[480px]"
|
||||
@ -95,7 +95,7 @@ export const NextUIProSection = () => {
|
||||
</Marquee>
|
||||
<div
|
||||
className={clsx(
|
||||
"hidden md:block absolute inset-0 pointer-events-none z-20 bg-white dark:bg-black",
|
||||
"absolute inset-0 pointer-events-none z-20 bg-white dark:bg-black",
|
||||
"[-webkit-mask-image:radial-gradient(at_70%_50%,_rgba(255,255,255,0)_20%,_rgba(255,255,255,0.8)_40%,_rgba(0,0,0,1)_60%)]",
|
||||
)}
|
||||
/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user