fix: Hide subscribe form in mobile phone

Signed-off-by: TheYoungManLi <cjl@kubesphere.io>
This commit is contained in:
TheYoungManLi 2021-12-01 13:47:57 +08:00
parent da5d340c8d
commit 88bcbad332
2 changed files with 11 additions and 0 deletions

View File

@ -327,4 +327,11 @@
}
}
}
@media only screen and (max-width: $mobile-max-width) {
.SubscribeForm {
display: none !important;
}
}

View File

@ -545,6 +545,10 @@
img {
width: 373px !important;
}
.button {
right: 15px !important;
}
}
}