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.
2 parents e9e2a4a + 5b4e594 commit 6188df9Copy full SHA for 6188df9
web/src/app/my-cats/page.tsx
@@ -693,7 +693,7 @@ export default function MyCATsPage() {
693
>
694
<div className="flex flex-col md:flex-row justify-between items-center mb-12">
695
<motion.h1
696
- className="text-4xl md:text-5xl font-extrabold bg-clip-text text-transparent bg-gradient-to-r from-blue-500 to-blue-300 dark:from-[#FFD600] dark:to-yellow-100 mb-4 md:mb-0 drop-shadow-lg"
+ className="text-4xl md:text-5xl font-extrabold bg-clip-text text-transparent leading-[1.2] pb-1.5 antialiased bg-gradient-to-r from-blue-500 to-blue-300 dark:from-[#FFD600] dark:to-yellow-100 mb-4 md:mb-0 drop-shadow-lg"
697
initial={{ opacity: 0, y: -20 }}
698
animate={{ opacity: 1, y: 0 }}
699
transition={{ duration: 0.5 }}
0 commit comments