Skip to content

Commit

Permalink
more style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanflorence committed Mar 10, 2022
1 parent a9fb499 commit 5872d83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/routes/join.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default function Join() {

return (
<div className="flex min-h-full flex-col justify-center">
<div className="mx-auto max-w-md px-8">
<div className="mx-auto w-full max-w-md px-8">
<Form method="post" className="space-y-6">
<div>
<label
Expand Down Expand Up @@ -151,7 +151,7 @@ export default function Join() {
>
Create Account
</button>
<div className="flex items-center justify-between">
<div className="flex items-center justify-center">
<div className="text-center text-sm text-gray-500">
Already have an account?{" "}
<Link
Expand Down
2 changes: 1 addition & 1 deletion app/routes/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default function LoginPage() {

return (
<div className="flex min-h-full flex-col justify-center">
<div className="mx-auto max-w-md px-8">
<div className="mx-auto w-full max-w-md px-8">
<Form method="post" className="space-y-6">
<div>
<label
Expand Down

0 comments on commit 5872d83

Please sign in to comment.