Skip to content

Commit

Permalink
fix: removed padding from layout.tsx. Resolved scroll issue on login …
Browse files Browse the repository at this point in the history
…and sign-up page.
  • Loading branch information
vazquezea96 committed Jul 11, 2024
1 parent 094720a commit 05d8dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const RootLayout = ({
}): JSX.Element => {
return (
<html lang="en" className={GeistSans.className}>
<body className="dark:dark bg-background px-4 pb-8 text-foreground">
<body className="dark:dark bg-background px-4 text-foreground">
<ErrorBoundary>
<AuthContextProvider>
<Nav />
Expand Down

0 comments on commit 05d8dd0

Please sign in to comment.