feat: 优化css

This commit is contained in:
Blackberry009
2025-06-09 17:46:08 +08:00
parent f7ceb2f9ec
commit a8192e0179
7 changed files with 100 additions and 41 deletions

View File

@@ -35,7 +35,7 @@ export default function BlogListPage(props) {
.replace('.html', '')
return (
<div className='w-full md:pr-8 mb-12 md:mt-20'>
<div className='w-full md:pr-8 mb-12'>
<div id='posts-wrapper'>
{posts?.map((p, index) => (
<div key={p.id}>