this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

typography tweaks

+2 -2
+2 -2
src/components/typography.tsx
··· 34 34 } 35 35 36 36 return ( 37 - <Tag className={cx("font-serif font-bold italic tracking-tight scroll-m-20 uppercase mt-8 [&>code]:text-[length:inherit] first:mt-0", style, className)} {...props} /> 37 + <Tag className={cx("font-serif font-bold italic text-balance tracking-tight scroll-m-20 uppercase mt-8 [&>code]:text-[length:inherit] first:mt-0", style, className)} {...props} /> 38 38 ); 39 39 } 40 40 ··· 42 42 className, 43 43 ...props 44 44 }: React.HTMLProps<HTMLParagraphElement>) { 45 - return <p className={cx("font-sans", className)} {...props} />; 45 + return <p className={cx("font-sans text-pretty", className)} {...props} />; 46 46 } 47 47 48 48 export function Code({ className, ...props }: React.HTMLProps<HTMLElement>) {