diff --git a/src/App.vue b/src/App.vue
index f732692..2c33034 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,12 +1,17 @@
-
-
-
+
+
+
+
+
+
+
diff --git a/src/assets/main.css b/src/assets/main.css
index a6cbb18..430833c 100644
--- a/src/assets/main.css
+++ b/src/assets/main.css
@@ -19,8 +19,6 @@
}
#app {
- display: grid;
- grid-template-columns: 1fr 1fr;
padding: 0 2rem;
}
}
diff --git a/src/components/LoginPage.vue b/src/components/LoginPage.vue
index 0b4d72f..1e3ce66 100644
--- a/src/components/LoginPage.vue
+++ b/src/components/LoginPage.vue
@@ -1,7 +1,105 @@
- Login page
+
+
+
+
+
+ Почта
+
+ Пароль
+
+
+
+
+
+
+
+ Позывной
+
+ Почта
+
+
+
+
+
+
+
+
-
+
+
+
diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue
index 2304cc6..346a2ef 100644
--- a/src/views/HomeView.vue
+++ b/src/views/HomeView.vue
@@ -111,10 +111,15 @@ const goToLogin = () => {
}
@media (min-width: 1024px) {
+ .font-text {
+ position: relative;
+ left: -150px;
+ }
+
.content-text {
position: relative;
top: 100px;
- right: -500px;
+ right: -350px;
}
}