Why my link is jammed up against top border in browser?
box-sizing: border-box;
don't change anything
a {
background-color: #405cf5;
color: white;
border-radius: 6px;
font-size: 1.2em;
padding: 15px 25px;
text-decoration: none;
margin-top: 20px;
}
<a href="/posts">Back</a>