File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
themes/starter/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export const Blog = ({ posts }) => {
16
16
< div className = 'container mx-auto' >
17
17
{ /* 区块标题文字 */ }
18
18
< div className = '-mx-4 flex flex-wrap justify-center' >
19
- < div className = 'w-full px-8 ' >
19
+ < div className = 'w-full px-4 ' >
20
20
< div className = 'mx-auto mb-[60px] max-w-[485px] text-center' >
21
21
< span className = 'mb-2 block text-lg font-semibold text-primary' >
22
22
{ siteConfig ( 'STARTER_BLOG_TITLE' , null , CONFIG ) }
@@ -28,7 +28,7 @@ export const Blog = ({ posts }) => {
28
28
dangerouslySetInnerHTML = { {
29
29
__html : siteConfig ( 'STARTER_BLOG_TEXT_2' , null , CONFIG )
30
30
} }
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 >
32
32
</ div >
33
33
</ div >
34
34
</ div >
You can’t perform that action at this time.
0 commit comments