diff --git a/js/navbar.js b/js/navbar.js index dce9b88..7788096 100644 --- a/js/navbar.js +++ b/js/navbar.js @@ -1,5 +1,5 @@ function inflateSidebar() { - document.getElementById("sidebar").style.width = "25%"; + document.getElementById("sidebar").style.width = "150px"; } function collapseSidebar() {