Merge commit '2c5df4b'
This commit is contained in:
commit
7bf07c488e
|
@ -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; }
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -155,7 +155,7 @@
|
|||
}
|
||||
</style>
|
||||
<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" }}
|
||||
</div>
|
||||
<div id="welcome-content" class="center-layout" style="max-width: 51rem">
|
||||
|
|
Loading…
Reference in New Issue