My website's CSS button used to have the text in the middle, but now it appears at the bottom and the button is smaller. Someone had access to my root folder and made changes that I am unaware of.
.button
{
display: inline;
margin-top: 2em;
padding: 1em 2em 1em 2em;
background: #8dc63f;
letter-spacing: 0.20em;
text-decoration: none;
text-transform: uppercase;
font-weight: 400;
font-size: 0.90em;
color: #FFF;
}
.button:before
{
}