fix centering in buttons

This commit is contained in:
Isaac Connor 2018-02-11 14:18:26 -05:00
parent c0eb0011f0
commit 7abe7d6fe3
1 changed files with 1 additions and 0 deletions

View File

@ -474,6 +474,7 @@ input[type=submit],
cursor: pointer;
text-decoration: none;
display: inline-block;
text-align: center;
}
button:hover,