Skip to content

Commit

Permalink
bump layout
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Nov 21, 2024
1 parent 84808c4 commit 46d3f71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion next-canary/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default async function Home() {
const {data, fetchedAt} = await sanityFetch({query: DEMO_QUERY, params: {slug}})

return (
<div className="ring-theme relative rounded-lg px-2 pb-1 pt-8 ring-1">
<div className="ring-theme relative mx-2 rounded-lg px-2 pb-1 pt-8 ring-1">
<h1 className="min-w-64 text-balance text-4xl font-bold leading-tight tracking-tighter md:text-6xl lg:pr-8 lg:text-8xl">
{data || 'Next Canary'}
</h1>
Expand Down
2 changes: 1 addition & 1 deletion next-enterprise/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default async function Home() {
const {data, fetchedAt} = await sanityFetch({query: DEMO_QUERY, params: {slug}})

return (
<div className="ring-theme relative rounded-lg px-2 pb-1 pt-8 ring-1">
<div className="ring-theme relative mx-2 rounded-lg px-2 pb-1 pt-8 ring-1">
<h1 className="min-w-64 text-balance text-4xl font-bold leading-tight tracking-tighter md:text-6xl lg:pr-8 lg:text-8xl">
{data || 'Next Enterprise'}
</h1>
Expand Down

0 comments on commit 46d3f71

Please sign in to comment.