Skip to content

Commit

Permalink
Fix K in "Tanstack" overflowing using padding
Browse files Browse the repository at this point in the history
  • Loading branch information
chcederquist committed Dec 29, 2024
1 parent 880cd91 commit 3f433cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/_libraries/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ function Index() {
className={`
inline-block text-transparent bg-clip-text bg-gradient-to-r ${gradient}
underline decoration-4 md:decoration-8 underline-offset-[.5rem] md:underline-offset-[1rem] decoration-gray-200 dark:decoration-gray-800
mb-2 uppercase [letter-spacing:-.05em]
mb-2 uppercase [letter-spacing:-.05em] pr-1.5
`}
>
TanStack
Expand Down

0 comments on commit 3f433cd

Please sign in to comment.