Need help figuring out why I can’t get my Sublime adds centered
this is the CSS I have to “style” it, and feel like its the culprit but can’t figure out what to add or take away
.sublime_embed-inner {
margin-top: 16px;
margin-bottom: 32px;
width: auto;
font-size: 1em;
padding: 2px 32px;
background-color: #f7f7f7;
border-radius: 16px;
display: inline-block;
text-align: center;
}