Skip to content

Commit eff5b4c

Browse files
committed
Magzine主题样式微调
1 parent 67a750a commit eff5b4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

themes/magzine/components/ArticleInfo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default function ArticleInfo(props) {
1515
return (
1616
<>
1717
<div className='flex flex-col gap-y-4 py-4 px-2 lg:px-0'>
18-
<div className='flex justify-center items-center'>
18+
<div className='flex justify-center items-center space-x-1'>
1919
{siteConfig('MAGZINE_POST_LIST_CATEGORY') && (
2020
<CategoryItem category={post?.category} />
2121
)}

themes/magzine/components/PostItemCardTop.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const PostItemCardTop = ({ post, showSummary }) => {
4545
</Link>
4646
)}
4747

48-
<div className='flex py-2 mr-2 items-center'>
48+
<div className='flex py-2 space-x-1 items-center'>
4949
{siteConfig('MAGZINE_POST_LIST_CATEGORY') && (
5050
<CategoryItem category={post?.category} />
5151
)}

0 commit comments

Comments
 (0)