Merge pull request #2380 from Arhell/fix-join

fix join-us on mobile
This commit is contained in:
KubeSphere CI Bot 2022-04-10 23:47:48 +08:00 committed by GitHub
commit ebaf099e9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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