Skip to content

Commit

Permalink
feat(design): change mobile layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Luna committed Feb 18, 2024
1 parent c750488 commit 5a15c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layout/page-layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const PageLayout: FC<IProps> = (props) => {
<title>{props.title}</title>
<meta name="description" content={props.description} />
</Head>
<div className="bg-background text-text overflow-hidden">
<div className="bg-background text-text">
<Navbar title={props.title} />
{props.children}
</div>
Expand Down

0 comments on commit 5a15c96

Please sign in to comment.