Skip to content

Commit e167468

Browse files
committed
make font bigger
1 parent 041a676 commit e167468

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

components/mdx/paragraph.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const Paragraph: React.FC<React.HTMLAttributes<HTMLParagraphElement>> = (
22
props,
33
) => {
4-
return <p className="my-5 text-base leading-relaxed " {...props} />;
4+
return <p className="my-5 text-post leading-relaxed " {...props} />;
55
};

tailwind.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ const config = {
5555
},
5656
fontSize: {
5757
md: "calc(1.035rem)",
58+
post: "calc(1.125rem)",
5859
prose: "calc(1.1825rem)",
5960
},
6061
translate: {

0 commit comments

Comments
 (0)