fix join-us on mobile

This commit is contained in:
Arhell 2022-04-09 00:14:35 +03:00
parent 0910667c49
commit 5aaf892b65

View File

@ -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);