Skip to content

Commit 36967f3

Browse files
author
Zaydek Michels-Gualtieri
committed
Save changes
1 parent 75fd880 commit 36967f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Forms/SignIn.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const SignInForm = () => (
8585
/>
8686
</Meta.InputBlock>
8787

88-
<div className="mt-12">
88+
<div className="mt-8">
8989
<div className="rounded-md shadow-sm">
9090
<Meta.Focusable>
9191
<button className="flex flex-row justify-center w-full h-12 bg-md-blue-a400 rounded-md hover:opacity-90 active:opacity-100" type="submit">

src/components/Forms/SignUp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const SignUpForm = () => (
8787
{"You can always change your password."}
8888
</Meta.InputBlock>
8989

90-
<div className="mt-12">
90+
<div className="mt-8">
9191
<div className="rounded-md shadow-sm">
9292
<Meta.Focusable>
9393
<button className="flex flex-row justify-center w-full h-12 bg-md-blue-a400 rounded-md hover:opacity-90 active:opacity-100" type="submit">

0 commit comments

Comments
 (0)