Skip to content

Commit

Permalink
Update default.html
Browse files Browse the repository at this point in the history
  • Loading branch information
pavly-gerges committed Jun 20, 2024
1 parent a790694 commit b3137b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
</a>
<div class="sm:hidden">
<button
id="expandButton"
type="button"
class="hs-collapse-toggle size-9 flex justify-center items-center gap-x-2 text-sm font-semibold rounded-lg border border-orange-500 text-orange-500 hover:border-orange-500 disabled:opacity-50 disabled:pointer-events-none dark:focus:outline-none dark:focus:ring-1"
data-hs-collapse="#navbar-collapse-with-animation"
Expand Down Expand Up @@ -79,7 +80,7 @@
</button>
</div>
</div>
<div id="navbar-collapse-with-animation" class="hs-collapse hidden overflow-hidden transition-all duration-300 sm:block">
<div id="navbar-collapse-with-animation" class="hs-collapse overflow-hidden transition-all duration-300 sm:block">
<div class="flex flex-col gap-y-4 gap-x-0 mt-5 sm:flex-row sm:items-end sm:justify-end sm:gap-y-0 sm:gap-x-7 sm:mt-0 sm:ps-7">
<a class="font-medium text-white hover:text-orange-500 sm:py-6" href="{{ site.baseurl }}/">Main</a>
<a class="font-medium text-white hover:text-orange-500 sm:py-6" href="{{ site.baseurl }}/docs.html">Docs</a>
Expand Down

0 comments on commit b3137b9

Please sign in to comment.