Я не могу центрировать текст внутри кнопки, пробовал маржа - 0, отступ -0 html код -
.del{
height: 30px;
width: 30px;
text-align: center;
font-size: large;
border: none;
color: #eee;
background-color: rgb(187, 141, 81);
border-radius: 30px;
}
<button class="del btn btn-sm" type="submit">x</button>