diff --git a/frontend/src/components/Auth/MobileStart.vue b/frontend/src/components/Auth/MobileStart.vue
index 75c34184c..0602d56ed 100644
--- a/frontend/src/components/Auth/MobileStart.vue
+++ b/frontend/src/components/Auth/MobileStart.vue
@@ -21,7 +21,7 @@
@@ -33,7 +33,7 @@
>
@@ -75,18 +75,26 @@ export default {
}
/* background maske */
-@media screen and (min-width: 1024px) {
+@media screen and (max-width: 1024px) {
.mobil-start-box #img3 {
- top: -120px;
+ width: 100%;
+ top: -100px;
}
}
@media screen and (max-width: 991px) {
.mobil-start-box #img3 {
+ width: 100%;
top: -148px;
}
}
+@media screen and (max-height: 740px) {
+ .mobil-start-box #img3 {
+ width: 115%;
+ }
+}
+
@media screen and (max-width: 650px) {
.mobil-start-box #img3 {
width: 115%;
@@ -103,13 +111,7 @@ export default {
}
}
-@media screen and (max-height: 740px) {
- .mobil-start-box #img3 {
- width: 115%;
- }
-}
-
-@media screen and (max-width: 300px) {
+@media screen and (max-width: 310px) {
.mobil-start-box #img3 {
width: 145%;
left: -94px;
diff --git a/frontend/src/layouts/AuthLayout_gdd.vue b/frontend/src/layouts/AuthLayout_gdd.vue
index 3980e3d08..d2f0f748a 100644
--- a/frontend/src/layouts/AuthLayout_gdd.vue
+++ b/frontend/src/layouts/AuthLayout_gdd.vue
@@ -2,7 +2,7 @@
-
+
@@ -19,8 +19,8 @@
-
-
+
+
@@ -135,10 +135,6 @@ export default {
}
.auth-template {
overflow-x: hidden;
- height: 100%;
-}
-.auth-header {
- z-index: 999;
}
.bg-txt-box {