admin
Administrator
     
Offline
Posts: 236
|
 |
« on: December 02, 2020, 08:47: PM » |
|
This is universal the scale can be changed to affect the size of the box itself - other css control may or may not work test them yourself to see what will work.
input[type=checkbox] { transform: scale(1.375); margin-left: 5px; margin-right: 10px; margin-bottom: 10px; }
|