From 5aaf892b65206a42dafb1b7de0bb4af8ca38ad7f Mon Sep 17 00:00:00 2001 From: Arhell Date: Sat, 9 Apr 2022 00:14:35 +0300 Subject: [PATCH] fix join-us on mobile --- assets/scss/index.scss | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/assets/scss/index.scss b/assets/scss/index.scss index 50250e526..833e95787 100644 --- a/assets/scss/index.scss +++ b/assets/scss/index.scss @@ -1089,8 +1089,8 @@ z-index: 15; right: 20px; bottom: 16px; - width: 336px; - height: 383px; + width: 280px; + height: 406px; text-align: center; background-color: #ffffff; background-image: url('/images/home/modal-bg.svg'); @@ -1098,6 +1098,11 @@ box-shadow: 0px 8px 16px rgba(36, 46, 66, 0.05), 0px 4px 8px rgba(36, 46, 66, 0.06); border-radius: 4px; + @media (min-width: 768px) { + width: 336px; + height: 383px; + } + @media (min-width: 1360px) { right: 50%; transform: translateX(580px);