mirror of
https://github.com/vercel/commerce.git
synced 2025-06-18 05:01:22 +00:00
add margin x to page when mobile screen
This commit is contained in:
parent
f52c780c97
commit
7365582633
@ -63,7 +63,7 @@ export default function Pages({
|
||||
page,
|
||||
}: InferGetStaticPropsType<typeof getStaticProps>) {
|
||||
return (
|
||||
<div className="max-w-2xl mx-auto py-20">
|
||||
<div className="max-w-2xl mx-8 sm:mx-auto py-20">
|
||||
{page?.body && <HTMLContent html={page.body} />}
|
||||
</div>
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user