diff --git a/src/App.vue b/src/App.vue
index 692cbf9f..05003d43 100755
--- a/src/App.vue
+++ b/src/App.vue
@@ -8,12 +8,11 @@
-
-
Authorizing with Google
+
+
Authorizing
-
@@ -238,14 +237,19 @@ export default {
}
.auth {
- background-color: $color-white;
+ background: $color-white;
height: 100vh;
position: fixed;
top: 0;
width: 100vw;
display: flex;
align-items: center;
- justify-content: center;
+ flex-direction: column;
+
+ img {
+ width: 100px;
+ margin-top: 100px;
+ }
i {
margin: $gp;