I noticed a very subtle orange gap between the padding-bottom and border-bottom. What could be causing it?
https://i.sstatic.net/7eFXw.png
Below is the code snippet in question:
p {
border-bottom: 1px solid #E8E8E8;
margin: 0 auto;
padding-bottom: 26px;
width: 1100px;
}
<div>
<p>introduce</p>
</div>