Skip to content

Commit

Permalink
update typography
Browse files Browse the repository at this point in the history
  • Loading branch information
seadfeng committed Aug 26, 2024
1 parent 1fd79f9 commit b5a2404
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ui/typography.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const classNames ={
h4: "scroll-m-20 text-base font-semibold tracking-tight",
p: "leading-7 [&:not(:first-child)]:mt-6",
blockquote: "mt-6 border-l-2 pl-6 italic",
ul: "my-6 [&>li]:mt-2",
ol: "my-6 [&>li]:mt-2",
ul: "my-6 ml-3 [&>li]:mt-2",
ol: "my-6 ml-3 [&>li]:mt-2",
code: "relative rounded px-[0.3rem] py-[0.2rem] font-mono text-sm",
lead: "text-xl text-muted-foreground",
small: "text-sm font-medium leading-none",
Expand Down

0 comments on commit b5a2404

Please sign in to comment.