Merge commit '2c5df4b'

This commit is contained in:
Ben Visness 2021-11-11 12:12:59 -08:00
commit 7bf07c488e
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@ -27,7 +27,7 @@
</div> </div>
<div class="menu-bar flex flex-column flex-row-ns justify-between {{ if .IsProjectPage }}project{{ end }}"> <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"> <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 }} {{ if .Header.Project }}
<a href="{{ .Header.HMNHomepageUrl }}" class="hmn-logo small bg-theme-dark"> <a href="{{ .Header.HMNHomepageUrl }}" class="hmn-logo small bg-theme-dark">
<div>Hand</div> <div>Hand</div>

View File

@ -155,7 +155,7 @@
} }
</style> </style>
<div id="welcome" class="br3 pa3 pa4-ns bg--card f5"> <div id="welcome" class="br3 pa3 pa4-ns bg--card f5">
<div id="welcome-logo" class="h4 mb4"> <div id="welcome-logo" class="h4 mb3 mb4-ns">
{{ svg "hmn_circuit" }} {{ svg "hmn_circuit" }}
</div> </div>
<div id="welcome-content" class="center-layout" style="max-width: 51rem"> <div id="welcome-content" class="center-layout" style="max-width: 51rem">