Merge remote-tracking branch 'origin/live' into beta

This commit is contained in:
Ben Visness 2021-10-27 22:51:22 -05:00
commit 693e00d494
3 changed files with 3 additions and 3 deletions

View File

@ -8779,7 +8779,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

@ -90,7 +90,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>