mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
fix join-us on mobile
This commit is contained in:
parent
0910667c49
commit
5aaf892b65
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue