fix: layout adjustments
This commit is contained in:
parent
5e616ac2e0
commit
72baf20564
3 changed files with 3 additions and 3 deletions
|
@ -8,4 +8,4 @@ interface Props {
|
|||
const { class: className } = Astro.props
|
||||
---
|
||||
|
||||
<div class={cn('mx-auto max-w-screen-md', className)}><slot /></div>
|
||||
<div class={cn('mx-auto max-w-screen-md px-4', className)}><slot /></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue