created burger menu and added responsive styles for navbar, optimized element positions in header
diff --git a/templates/partial/header.html.ep b/templates/partial/header.html.ep
index 756a6fe..f35fdc6 100644
--- a/templates/partial/header.html.ep
+++ b/templates/partial/header.html.ep
@@ -6,6 +6,13 @@
%= include 'partial/auth/login'
%= content_block 'headerButtonGroup'
</div>
+
+ <div class="burger-icon"></div>
+
+ <!-- <a href="javascript:void(0);" class="burger-icon" onclick="toggleNavBar()"></a> -->
+
+ <!-- <input type="checkbox" class="burger-icon" id="burger-menu" />
+ <label for="burger-menu" class="burger-icon"></label> -->
</nav>
<form autocomplete="off" action="<%= url_for 'index' %>" id="searchform">