mirror of
https://github.com/KazooTTT/kazoottt-blog-v2.git
synced 2025-06-22 18:21:31 +08:00
fix: 避免横向滚动条
This commit is contained in:
@ -9,7 +9,7 @@ export interface Props {
|
||||
const { className = "", dataPagefindBody = true } = Astro.props;
|
||||
---
|
||||
|
||||
<article class={`${className}`} data-pagefind-body={dataPagefindBody}>
|
||||
<article class="mx-auto max-w-3xl overflow-x-hidden px-4">
|
||||
<slot />
|
||||
|
||||
<div class="mt-8 border-t pt-4">
|
||||
|
Reference in New Issue
Block a user