Merge remote-tracking branch 'origin/live' into beta
This commit is contained in:
commit
693e00d494
|
@ -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; }
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue