fix: update menu toggle positioning for improved layout across multiple HTML files

This commit is contained in:
George Birikorang 2025-09-02 02:51:38 -04:00
parent 35b0d1aa76
commit 49d1ef8825
6 changed files with 31 additions and 5 deletions

View file

@ -519,7 +519,7 @@
</div>
<!-- Menu Toggle with Transparent Background -->
<div class="fixed top-6 right-8 z-40">
<div class="fixed top-6 right-8 md:bottom-12 md:left-12 md:top-auto md:right-auto z-40">
<div
class="cursor-pointer bg-black/30 backdrop-blur-sm rounded-lg p-3"
id="menuToggle"