How to increase Button Width and height in Apex
You can increase the button width and Height as the following way :
 Go to Button Property :
In Attributes field type below :
here for margin
first 20px = top
next 0px = right
next 20px = bottom
next 0px = left
for padding the sequence is the same.
Thank You