Having trouble getting my page to be responsive and resize correctly in CodePen using Bootstrap. Strangely, it works perfectly on my Repl.it project. Unfortunately, this project needs to be submitted through CodePen, so I can't use Repl.it for it.
Any tips on how to make the Bootstrap library function properly in CodePen? I'm also experiencing similar issues with Google Fonts. Here's the link to the CodePen Project -> Tribute Page (codepen.io)
I am utilizing container fluid to ensure the page is responsive. It seems to work fine on Repl.it.
[The code is quite lengthy and messy, hence why I didn't include it.]
<div class="container-fluid main" id="main">
Just a heads up, the project is still a work in progress