From f49e831e341eb1594f332d2dc8cdd6fc06cc669b Mon Sep 17 00:00:00 2001 From: Komek Hayytnazarov Date: Wed, 7 Dec 2022 14:06:35 +0500 Subject: [PATCH 1/7] fixed bugs --- src/components/logo/Main.vue | 2 +- src/views/login/Main.vue | 29 ++++++++++------------------- 2 files changed, 11 insertions(+), 20 deletions(-) diff --git a/src/components/logo/Main.vue b/src/components/logo/Main.vue index a2c9490..fe4688e 100644 --- a/src/components/logo/Main.vue +++ b/src/components/logo/Main.vue @@ -74,7 +74,7 @@ export default {}; border-radius: 8px; width: 60px; height: 60px; - margin-right: 10px; + /* margin-right: 10px; */ } .header_img svg { diff --git a/src/views/login/Main.vue b/src/views/login/Main.vue index 3f6b1ca..eba87db 100644 --- a/src/views/login/Main.vue +++ b/src/views/login/Main.vue @@ -10,15 +10,15 @@
+ class="my-auto mx-auto xl:ml-20 bg-white dark:bg-darkmode-600 xl:bg-transparent px-5 sm:px-8 py-8 xl:p-0 rounded-md shadow-md xl:shadow-none w-full sm:w-3/4 lg:w-2/4 xl:w-auto">

{{ $t("SIGN_IN") }} @@ -27,7 +27,7 @@

- {{$t('SING_IN_MOTIVATION_MOBILE')}} + {{ $t('SING_IN_MOTIVATION_MOBILE') }}
+
From d843aac0847b62918cdc1c4822ef840e44fe5cb2 Mon Sep 17 00:00:00 2001 From: Komek Hayytnazarov Date: Fri, 9 Dec 2022 09:04:29 +0500 Subject: [PATCH 2/7] fixed mobile menu --- src/components/mobile-menu/Main.vue | 93 +++++++++-------------------- 1 file changed, 27 insertions(+), 66 deletions(-) diff --git a/src/components/mobile-menu/Main.vue b/src/components/mobile-menu/Main.vue index dd78b69..218374c 100644 --- a/src/components/mobile-menu/Main.vue +++ b/src/components/mobile-menu/Main.vue @@ -1,11 +1,8 @@