As you can see in this 25 sec video, the classic buttons are messing with margins on mouseover:
I set their class to “.btnbtm” and added CSS:
.btnbtm {margin-bottom:2em;}
It’s as if the hover state negates that.
What CSS needs to change to stop that behavior?

