mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 08:22:54 +00:00
Merge pull request #2384 from Arhell/upd-form
fix footer form on mobile
This commit is contained in:
commit
8ff66abe6f
|
|
@ -69,10 +69,10 @@
|
|||
}
|
||||
|
||||
@media only screen and (max-width: $mobile-max-width) {
|
||||
width: 326px;
|
||||
width: 280px;
|
||||
|
||||
input {
|
||||
width: 196px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
button {
|
||||
|
|
|
|||
Loading…
Reference in New Issue