Adds the original navbar-collapse element back to the navigation bar. The button to the github (an external link) is set off to the side and colored differently on hover to show that it would lead to another website and not to another tab of the marvel machine sim.
On smaller width screens, a dropdown menu appears and on even smaller screens (mobile) the link buttons are set to the width the screen.
Removed fixed-top for the navbar
color scheme changed to use complementary colors (could pick better ones later)
resolves #2
Issues
The accordion body for Items on the tab2 will not automatically open after selecting a wheel sometimes. I removed class ".collapse" from the navbar and it seemed to fix it for some reason(?), but the bug might still be there as I don't know what caused it
Adds the original navbar-collapse element back to the navigation bar. The button to the github (an external link) is set off to the side and colored differently on hover to show that it would lead to another website and not to another tab of the marvel machine sim.
On smaller width screens, a dropdown menu appears and on even smaller screens (mobile) the link buttons are set to the width the screen.
Removed fixed-top for the navbar
color scheme changed to use complementary colors (could pick better ones later)
resolves #2
Issues