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