Skip to content

Instantly share code, notes, and snippets.

@gwa
Last active December 22, 2015 04:58
Show Gist options
  • Save gwa/6420610 to your computer and use it in GitHub Desktop.
Save gwa/6420610 to your computer and use it in GitHub Desktop.
Scale up HTML checkboxes on webkit mobile.
input[type=checkbox] {
-webkit-transform: scale(1.3, 1.3);
margin-left: 5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment