Skip to content

Commit

Permalink
fix: correct width of Authentication form
Browse files Browse the repository at this point in the history
  • Loading branch information
thraizz committed Mar 3, 2024
1 parent b17dd4a commit f07c55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Authentication.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function classNames(...classes: string[]) {

export const Authentication = () => (
<section className="flex flex-col flex-grow gap-8 items-center py-12 bg-gray-50">
<div className="mx-auto max-w-4xl p-4 bg-white rounded-md shadow-md flex flex-col gap-4">
<div className="mx-auto max-w-96 w-full p-4 bg-white rounded-md shadow-md flex flex-col gap-4">
<Tab.Group>
<Tab.List className="-mb-px flex">
<Tab className="focus-visible:outline-none w-full pb-4">
Expand Down

0 comments on commit f07c55a

Please sign in to comment.