mirror of
https://github.com/vercel/commerce.git
synced 2025-06-29 18:01:21 +00:00
add horizontal margin to pages when mobile screen (#180)
This commit is contained in:
parent
d7d7a38a8a
commit
877bc2b0bf
@ -65,7 +65,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 && <Text html={page.body} />}
|
||||
</div>
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user