Ensure button text is centred

This commit is contained in:
J. Ryan Stinnett 2020-10-29 16:48:57 +00:00
parent 74c45f93ad
commit 7c7d0250b4

View File

@ -30,6 +30,10 @@ limitations under the License.
font-size: 15px; font-size: 15px;
font-weight: 500; font-weight: 500;
display: inline-flex;
justify-content: center;
align-items: center;
&:hover { &:hover {
cursor: pointer; cursor: pointer;
} }