open footer links at new page

This commit is contained in:
2023-08-21 11:59:10 +03:00
parent 2642ce2bcf
commit 29af5f9bb9
2 changed files with 26 additions and 15 deletions

View File

@@ -76,7 +76,7 @@ function hideMenu(menuName) {
function showHamburger() {
document.getElementById("header-container").className = "overflow-hidden";
document.getElementById("hamburger").className =
"fixed mt-24 z-20 top-0 inset-x-0 transition transform origin-top-right";
"fixed mt-2 z-20 top-0 inset-x-0 transition transform origin-top-right";
document.getElementById("hamburger-btn").className =
"hidden lg:hidden inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 focus:text-gray-500 transition duration-150 ease-in-out my-2";
document.getElementById("close-hamburger-btn").className =