mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
fix: Hide subscribe form in mobile phone
Signed-off-by: TheYoungManLi <cjl@kubesphere.io>
This commit is contained in:
parent
da5d340c8d
commit
88bcbad332
|
|
@ -327,4 +327,11 @@
|
|||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: $mobile-max-width) {
|
||||
|
||||
.SubscribeForm {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
|
@ -545,6 +545,10 @@
|
|||
img {
|
||||
width: 373px !important;
|
||||
}
|
||||
|
||||
.button {
|
||||
right: 15px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue