We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5cb5e4 commit bd009ccCopy full SHA for bd009cc
src/components/Cursor.jsx
@@ -38,7 +38,7 @@ const Cursor = ({ cursorVariant }) => {
38
39
return (
40
<motion.div
41
- className="cursor size-8 bg-primary fixed rounded-full z-50 pointer-events-none mix-blend-darken dark:mix-blend-difference top-0 left-0 flex justify-center items-center color-black"
+ className="cursor max-lg:hidden size-8 bg-primary fixed rounded-full z-50 pointer-events-none mix-blend-darken dark:mix-blend-difference top-0 left-0 flex justify-center items-center color-black"
42
variants={variants}
43
animate={cursorVariant}
44
>
src/index.css
@@ -93,5 +93,3 @@
93
@apply bg-gradient-to-br from-primary-foreground to-secondary;
94
}
95
96
-
97
-/*Cursor*/
0 commit comments