mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-05 23:16:52 +00:00
commerce-footer样式微调
This commit is contained in:
@@ -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 => (
|
||||
|
||||
Reference in New Issue
Block a user