Add post toc

This commit is contained in:
DefectingCat
2022-08-19 09:54:40 +08:00
parent 00b18b3b56
commit 03d6fd1a0f
7 changed files with 69 additions and 95 deletions

View File

@ -12,7 +12,7 @@ const Image = ({ alt, ...rest }: Props) => {
className={classNames(
'block mx-auto',
'text-center text-gray-400',
'mt-2'
'my-2'
)}
>
{alt}