diff --git a/src/page/SignIn/SignIn.svelte b/src/page/SignIn/SignIn.svelte index 9199fa3..ca823ef 100644 --- a/src/page/SignIn/SignIn.svelte +++ b/src/page/SignIn/SignIn.svelte @@ -16,17 +16,10 @@

Log In

-

+

To continue, you must choose a homeserver
-
- - - -

-

- {#if (!homeserverValid)}
@@ -34,4 +27,8 @@ {/if}

+

+ + +

\ No newline at end of file diff --git a/src/page/SignIn/style.module.scss b/src/page/SignIn/style.module.scss index 240ed2b..e1a431d 100644 --- a/src/page/SignIn/style.module.scss +++ b/src/page/SignIn/style.module.scss @@ -4,4 +4,7 @@ font-size: 20pt; text-align: center; } + .signin { + margin-top: 5px; + } } \ No newline at end of file