We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 041a676 commit e167468Copy full SHA for e167468
2 files changed
components/mdx/paragraph.tsx
@@ -1,5 +1,5 @@
1
export const Paragraph: React.FC<React.HTMLAttributes<HTMLParagraphElement>> = (
2
props,
3
) => {
4
- return <p className="my-5 text-base leading-relaxed " {...props} />;
+ return <p className="my-5 text-post leading-relaxed " {...props} />;
5
};
tailwind.config.ts
@@ -55,6 +55,7 @@ const config = {
55
},
56
fontSize: {
57
md: "calc(1.035rem)",
58
+ post: "calc(1.125rem)",
59
prose: "calc(1.1825rem)",
60
61
translate: {
0 commit comments