The issue arises when adding a badge in the image below, as there seems to be more space above the badge than below it. Even though the Bootstrap 4 code is clean and untouched, it doesn't work seamlessly. Despite my attempts to adjust margins and line-heights for an hour, I eventually had to concede defeat.
<nav class="bg-dark text-white py-1 sticky-top">
<div class="container">
<p class="text-center w-100 mb-0">
<b>
<a class="link-unstyled" target="_blank" href="#">
Find nearby hearing aid deals
</a>
</b>
<span class="badge badge-success">
New
</span>
</p>
</div>
</nav>
https://i.sstatic.net/bYNH8.png I have included a fiddle link below to demonstrate the problem clearly.