streamlined & improved css for smaller compiled css file and more efficient styling

This commit is contained in:
Adam Piontek 2021-08-03 12:42:29 -04:00
commit b381f0fa43
16 changed files with 311 additions and 366 deletions

View file

@ -1,5 +1,5 @@
const togglerBtn = document.getElementById("top-navbar-grid-toggle-button");
const navbarContent = document.getElementById("top-navbar-grid-main-menu-outer");
const togglerBtn = document.getElementById("btn-burger");
const navbarContent = document.getElementById("nt-mainmenu");
navbarContent.addEventListener("show.bs.collapse", () => {
console.log("opening navbar content");