Merge pull request #2384 from Arhell/upd-form

fix footer form on mobile
This commit is contained in:
KubeSphere CI Bot 2022-04-14 17:33:52 +08:00 committed by GitHub
commit 8ff66abe6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,10 +69,10 @@
}
@media only screen and (max-width: $mobile-max-width) {
width: 326px;
width: 280px;
input {
width: 196px;
width: 150px;
}
button {