Skip to content

Commit 54aff9c

Browse files
committed
ofc
1 parent f9e7da9 commit 54aff9c

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

style.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -414,10 +414,11 @@ a {
414414
height: 100%;
415415
}
416416

417-
.input > .halve > button > img {
418-
width: 2vh;
419-
height: 2vh;
420-
}
417+
.input > .halve > button > img {
418+
width: 2vh;
419+
height: 2vh;
420+
vertical-align: middle;
421+
}
421422

422423
.input > input:focus, .input > .halve > input:focus, .input > .halve > button:hover {
423424
outline: none;

u/signup.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@
4242
<p class="minilabel">Or sign in using:</p>
4343
<button onclick="signInWithProvider('google')">Sign in with Google</button>
4444
<button onclick="signInWithProvider('github')">Sign in with GitHub</button>
45-
46-
47-
4845
</div>
4946
</main>
5047

0 commit comments

Comments
 (0)