Skip to content

Commit

Permalink
chore(website/playground): center layout
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermerodz committed Feb 19, 2024
1 parent 14109bc commit 95531c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/app/(local-pages)/example-playground/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ExampleComponent } from './component'

export default function ExamplePlayground() {
return (
<div className="container relative flex-1 flex flex-col justify-center">
<div className="container relative flex-1 flex flex-col justify-center items-center">
<ExampleComponent />
</div>
)
Expand Down

0 comments on commit 95531c8

Please sign in to comment.