Skip to content

Commit

Permalink
fix: mobile menu open
Browse files Browse the repository at this point in the history
  • Loading branch information
daanrox authored Jun 12, 2024
1 parent 4324f01 commit 883f662
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,22 +181,14 @@ function gtag(){dataLayer.push(arguments);}
});
});
</script>
<div class="w-nav-button" style="-webkit-user-select: text;" aria-label="menu" role="button" tabindex="0" aria-controls="w-nav-overlay-0" aria-haspopup="menu" aria-expanded="false"></div>

<div class="menu-button w-nav-button" style="-webkit-user-select: text;" aria-label="menu" role="button" tabindex="0" aria-controls="w-nav-overlay-0" aria-haspopup="menu" aria-expanded="false">
<div class="icon w-icon-nav-menu"></div>
</div>
</div>
<div class="w-nav-overlay" data-wf-ignore="" id="w-nav-overlay-0"></div>
</div>
<div class="nav-bar">
<a href="cadastrar/" class="button w-button">
<div>Jogar</div>
</a>
<a href="login" class="button w-button">
<div>Login</div>
</a>
<a href="cadastrar/" class="button w-button">Cadastrar</a>
</div>

<section id="hero" class="hero-section wf-section">
<div class="hero-container">
<div class="hero-letters">
Expand Down Expand Up @@ -819,4 +811,4 @@ function showNotification() {

</div>
</body>
</html>
</html>

0 comments on commit 883f662

Please sign in to comment.