We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9e7da9 commit 54aff9cCopy full SHA for 54aff9c
2 files changed
style.css
@@ -414,10 +414,11 @@ a {
414
height: 100%;
415
}
416
417
- .input > .halve > button > img {
418
- width: 2vh;
419
- height: 2vh;
420
- }
+ .input > .halve > button > img {
+ width: 2vh;
+ height: 2vh;
+ vertical-align: middle;
421
+ }
422
423
.input > input:focus, .input > .halve > input:focus, .input > .halve > button:hover {
424
outline: none;
u/signup.html
@@ -42,9 +42,6 @@
42
<p class="minilabel">Or sign in using:</p>
43
<button onclick="signInWithProvider('google')">Sign in with Google</button>
44
<button onclick="signInWithProvider('github')">Sign in with GitHub</button>
45
-
46
47
48
</div>
49
</main>
50
0 commit comments