Skip to content

Commit

Permalink
Merge pull request #50 from StevanFreeborn/stevanfreeborn/fix/49-acco…
Browse files Browse the repository at this point in the history
…unt-page-keep-footer-at-bottom

fix: give main container flex-1 class
  • Loading branch information
StevanFreeborn authored Sep 17, 2023
2 parents 3305b02 + 3fa81b3 commit 3ef7672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/account/[[...account]]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const metadata: Metadata = {

export default function AccountPage() {
return (
<main className="flex flex-col items-center">
<main className="flex flex-col flex-1 items-center">
<AccountForm />
</main>
);
Expand Down

0 comments on commit 3ef7672

Please sign in to comment.