My website on Heroku is using <Navbar>
from React-bootstrap, but I'm facing an issue where the text within the <Navbar>
appears much larger in production compared to locally. Can anyone help me figure out why this might be happening? The text that is not in the <Navbar>
appears fine.
I've also inspected the Google Chrome tools and checked the font-size
property, which shows that the font size is the same both locally and in production. However, it still looks completely different in terms of size when comparing the two environments.