Description
When button styling is applied to a link (a element) it inherits text-align from its parent. button and input type="button" have centered text as part of browser default styling but links don't.
We should explicitly add text-align: center to our base button style to normalize across both button.
Description
When button styling is applied to a link (
aelement) it inheritstext-alignfrom its parent.buttonandinput type="button"have centered text as part of browser default styling but links don't.We should explicitly add
text-align: centerto our base button style to normalize across bothbutton.