Skip to content

Commit

Permalink
try to make the button bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperWallace committed May 1, 2016
1 parent cc8378d commit 4e3a041
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions london.hackspace.org.uk/css/kiosk.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,11 @@ table .btn {
font-size:25px;
height:42px;
}

input[type=checkbox]
{
/* Double-sized Checkboxes */
-webkit-transform: scale(2); /* Safari and Chrome */
transform: scale(2); /* everyone else */
padding: 20px;
}

0 comments on commit 4e3a041

Please sign in to comment.