commerce-footer样式微调

This commit is contained in:
tangly1024.com
2024-05-08 10:30:59 +08:00
parent 5e3fa19916
commit 2c1c1ff504
3 changed files with 104 additions and 93 deletions

View File

@@ -16,7 +16,7 @@ export default function ProductCenter(props) {
)
return (
<div className='w-full my-4 mx-4'>
<div className='w-full'>
<div className='w-full text-center text-4xl font-bold'>
{siteConfig('COMMERCE_TEXT_CENTER_TITLE', 'Product Center', CONFIG)}
</div>
@@ -29,7 +29,7 @@ export default function ProductCenter(props) {
<div className='flex'>
<ProductCategories {...props} />
<div className='w-full p-4 mx-2'>
<div className='w-full px-4'>
{/* 文章列表 */}
<div className='grid md:grid-cols-3 grid-cols-2 gap-5'>
{posts?.map(post => (