Fix nav issues on mobile

This commit is contained in:
Ben Visness 2021-10-27 22:05:31 -05:00
parent 2882c49b2b
commit 949e93791e
3 changed files with 3 additions and 3 deletions

View File

@ -8775,7 +8775,7 @@ header .submenu {
position: absolute;
left: 0;
right: 0;
z-index: 1;
z-index: 100;
min-width: 10rem;
border-top-style: solid;
border-bottom-style: solid; }

View File

@ -83,7 +83,7 @@ header {
position: absolute;
left: 0;
right: 0;
z-index: 1;
z-index: 100;
min-width: 10rem;
border-top-style: solid;
border-bottom-style: solid;

View File

@ -27,7 +27,7 @@
</div>
<div class="menu-bar flex flex-column flex-row-ns justify-between {{ if .IsProjectPage }}project{{ end }}">
<div class="flex flex-column flex-row-ns items-center">
{{ $itemsClass := "items flex items-center justify-center justify-start-ns ml2-ns ml3-l" }}
{{ $itemsClass := "items self-stretch flex items-center justify-center justify-start-ns ml2-ns ml3-l" }}
{{ if .Header.Project }}
<a href="{{ .Header.HMNHomepageUrl }}" class="hmn-logo small bg-theme-dark">
<div>Hand</div>