I have a button that has the following CSS code:
.btn--border, .popup input[type=submit] {
border: 1px solid #d7ccbf !important;
background: 0 0;
color: #b07f46;
margin: 40px auto 0;
text-transform: uppercase;
font-weight: 700;
font-size: .625rem;
}
It works fine everywhere, except Safari. When a user zooms out, one of the borders is lost in Safari:
I assume, it has something to do with the rounding. Is there a solution?