diff --git a/frontend/src/components/Auth/Carousel.vue b/frontend/src/components/Auth/Carousel.vue index 635110cde..bafe2a779 100644 --- a/frontend/src/components/Auth/Carousel.vue +++ b/frontend/src/components/Auth/Carousel.vue @@ -39,24 +39,23 @@ export default { diff --git a/frontend/src/components/Auth/MobileStart.vue b/frontend/src/components/Auth/MobileStart.vue index 87c1645cb..45d709905 100644 --- a/frontend/src/components/Auth/MobileStart.vue +++ b/frontend/src/components/Auth/MobileStart.vue @@ -55,26 +55,28 @@ export default { bottom: 65px; width: 100%; } - +/* logo */ .mobil-start-box #img0 { - /* position: absolute;*/ + position: absolute; z-index: 1000; - /* width: 33%; */ + min-width: 200px; + max-width: 280px; } .mobil-start-box #img1 { - /* position: absolute;*/ + position: absolute; overflow: hidden; height: 100%; - /* width: 100%;*/ + width: 100%; z-index: 10; } .mobil-start-box #img2 { - /*position: absolute;*/ - /*width: 49%;*/ - height: 14%; - z-index: 1; + position: absolute; + min-width: 220px; + max-width: 300px; + height: auto; + z-index: 100; } .mobil-start-box #img3 { width: 115%; diff --git a/frontend/src/layouts/AuthLayout_gdd.vue b/frontend/src/layouts/AuthLayout_gdd.vue index 0bc714251..f43729b71 100644 --- a/frontend/src/layouts/AuthLayout_gdd.vue +++ b/frontend/src/layouts/AuthLayout_gdd.vue @@ -4,9 +4,9 @@
-
-
- +
+
+
{{ $t('auth.left.gratitude') }}
@@ -112,13 +112,32 @@ export default { }