streamlined & improved css for smaller compiled css file and more efficient styling
This commit is contained in:
parent
0286759b4a
commit
b381f0fa43
16 changed files with 311 additions and 366 deletions
assets/js
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue