Skip to content

Commit

Permalink
Update default.html: header navigation items-end
Browse files Browse the repository at this point in the history
  • Loading branch information
pavly-gerges committed Jun 20, 2024
1 parent d0d66a4 commit 9fe72d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
</div>
</div> -->
<!-- <div id="navbar-collapse-with-animation" class="hs-collapse hidden 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-center sm:justify-end sm:gap-y-0 sm:gap-x-7 sm:mt-0 sm:ps-7">
<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>
</div>
Expand Down

0 comments on commit 9fe72d2

Please sign in to comment.