I made a site so when you click the button 30px it changes the font inside the div.
I have a ul inside it with the bottons. When I change t
Thats the natural behavior of the buttons. You could try putting a max-width/max-height on the parent container, but I'm not sure if that would do it.
max-width:something px;
max-height:something px;
The other option would be to use the devlopr tools and see if you can remove the natural padding.
padding: 0;