Open JakeSidSmith opened 5 years ago
By default buttons have text aligned center... but other elements, that we might want to make look like buttons, do not.
We should enforce that anything with a .button cclass (and <button> tags) has text align center.
.button
<button>
By default buttons have text aligned center... but other elements, that we might want to make look like buttons, do not.
We should enforce that anything with a
.button
cclass (and<button>
tags) has text align center.