Skip to content

Commit f7ab38d

Browse files
committed
fix: consistent styling for Forgot password button mlscgescoe#2
1 parent a7b6afa commit f7ab38d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: index.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@ <h2>Log In</h2>
4444
</div>
4545

4646
<div class="other">
47-
<a href="./forgot.html" class="btn-frgtpass">Forgot Password? &nbsp;</a>
47+
<button class="btn-frgtpass">
48+
<a href="./forgot.html">Forgot Password? &nbsp;</a>
49+
</button>
50+
4851

4952
<button class="btn-sign-up">
5053
<a href="./sign-up.html">Sign Up &nbsp;<i class="fa fa-user-plus" aria-hidden="true"></i></a>

0 commit comments

Comments
 (0)