Skip to content

Commit

Permalink
adjust size of menu
Browse files Browse the repository at this point in the history
  • Loading branch information
ehab-hassan committed Nov 27, 2024
1 parent 06ea88f commit 48b6ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<nav>
<div id="{{menu_id}}" class="nav_menu mt-0 sm:mt-0 md:mt-0 lg:mt-0 xl:mt-0 2xl:mt-0 z-50 absolute inset-x-0 transform shadow-lg lg:backdrop-blur xl:backdrop-blur transition duration-200 ease-in opacity-0 -translate-y-1 hidden">
<div style="background-color: rgba(34 34 34);">
<div id="menu" class="mx-8 lg:mx-10 xl:mx-10 px-6 sm:p-6 md:p-8">
<div id="menu" class="conatiner mx-auto">
{{header_menu | safe }}
</div>
</div>
Expand Down

0 comments on commit 48b6ad8

Please sign in to comment.