mirror of
https://github.com/lovasoa/whitebophir
synced 2024-11-10 14:34:20 +00:00
Disable auto-zooming on text focus on mobile.
This commit is contained in:
parent
374ea859b1
commit
59ad74149a
1 changed files with 4 additions and 0 deletions
|
@ -74,6 +74,10 @@ html, body, svg {
|
|||
transition-duration:0.5s;
|
||||
}
|
||||
|
||||
input {
|
||||
font-size:16px;
|
||||
}
|
||||
|
||||
#chooseColor {
|
||||
width:5em;
|
||||
border:1px solid black;
|
||||
|
|
Loading…
Reference in a new issue