Skip to content

Commit 5b8f604

Browse files
authored
Update Blog.js
1 parent 456f051 commit 5b8f604

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/starter/components/Blog.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const Blog = ({ posts }) => {
1616
<div className='container mx-auto'>
1717
{/* 区块标题文字 */}
1818
<div className='-mx-4 flex flex-wrap justify-center'>
19-
<div className='w-full px-8'>
19+
<div className='w-full px-4'>
2020
<div className='mx-auto mb-[60px] max-w-[485px] text-center'>
2121
<span className='mb-2 block text-lg font-semibold text-primary'>
2222
{siteConfig('STARTER_BLOG_TITLE', null, CONFIG)}
@@ -28,7 +28,7 @@ export const Blog = ({ posts }) => {
2828
dangerouslySetInnerHTML={{
2929
__html: siteConfig('STARTER_BLOG_TEXT_2', null, CONFIG)
3030
}}
31-
className='text-base text-body-color dark:text-dark-6'></p>
31+
className='text-base text-body-color dark:text-dark-6 px-8'></p>
3232
</div>
3333
</div>
3434
</div>

0 commit comments

Comments
 (0)