I'm facing an issue with my navbar
:
<nav class="navbar navbar-light bg-light">
<span class="navbar-brand mb-0 h1>Brand</span>
<a>I wanna grow</a>
</nav>
My goal is to have the link inside the navbar
expand to fill the available height (the height of the blue area):
https://i.sstatic.net/2osM0.png
I've tried using this code snippet, but it doesn't seem to work. Any suggestions on how I can make it work?