[fix] fix some problem in code style
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const H2 = (props: JSX.IntrinsicElements["h2"]) => {
|
||||
return (
|
||||
<h2 className={"caption-font mt-6 mb-2 scroll-mt-20"} id={props.id}>
|
||||
<h2 className={"caption-font mt-6 mb-2 scroll-mt-20 text-[1.45rem]"} id={props.id}>
|
||||
{props.children}
|
||||
</h2>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user