From 162b27d3605097577a5f4a089d63988a40a75996 Mon Sep 17 00:00:00 2001 From: ogerly Date: Thu, 7 Apr 2022 13:42:03 +0200 Subject: [PATCH] change media screen scss for AuthLayout_gdd.vue --- frontend/src/layouts/AuthLayout_gdd.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/src/layouts/AuthLayout_gdd.vue b/frontend/src/layouts/AuthLayout_gdd.vue index fe6fa8548..7efeee968 100644 --- a/frontend/src/layouts/AuthLayout_gdd.vue +++ b/frontend/src/layouts/AuthLayout_gdd.vue @@ -241,6 +241,12 @@ export default { } } +@media screen and (max-height: 740px) { + .mobil-start-box #img3 { + width: 115%; + } +} + @media screen and (max-width: 300px) { .mobil-start-box #img3 { width: 145%;