I am building a React Website with ReactBootstrap. I did Navbar and Carousel with ReactBootstrap and Footer.js component with MdBootstrap. After I Imported Bootstrap.min.css on my Footer.js, the Carousel.jsx and CustomNavbar,jsx are not full width anymore.
Here my Footer.js
Here a screenshot of Navbar and Carousel
Here a screenshot of the Footer
Maybe the bootstrap.min.css on my Footer.js overwrite the bootstrap.min.css ref on the index.html? I really do not know a solution.
Could please someone help me?
Thanks,
Nic