Skip to content

Commit dfa0400

Browse files
authored
Merge pull request #36 from jsantanders/fixes-cache-on-fetching-repos
Make post font bigger
2 parents 36791e5 + e167468 commit dfa0400

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)