Disable auto-zooming on text focus on mobile.

This commit is contained in:
Ophir LOJKINE 2013-12-06 16:17:28 +01:00
parent 374ea859b1
commit 59ad74149a

View file

@ -74,6 +74,10 @@ html, body, svg {
transition-duration:0.5s;
}
input {
font-size:16px;
}
#chooseColor {
width:5em;
border:1px solid black;