I'm using bootstrap modal for my React project which needs this:
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl"
crossorigin="anonymous"
/>
I have put that link in my index.html, everything is fine, but problem is that for some reason it is affecting all my h1, h2, h3, h4, h5, h6 elements. It gives them different sizes, and those are not inside any bootstrap container or such, how to prevent the library from doing that?