add min height to reduce the nav pop-in
This commit is contained in:
parent
9c79860175
commit
0de3df82e0
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
<div class="p-4 flex flex-row w-full justify-between bg-black">
|
<div class="p-4 min-h-[40.27px] flex flex-row w-full justify-between bg-black">
|
||||||
<a href="/"><img class="w-44 h-auto" src="{{ .Site.Params.logo }}" /></a>
|
<a href="/"><img class="w-44 h-auto" src="{{ .Site.Params.logo }}" /></a>
|
||||||
<nav class="place-self-center h-8 flex justify-end gap-2 text-white pr-6">
|
<nav class="place-self-center h-8 flex justify-end gap-2 text-white pr-6">
|
||||||
{{ range .Site.Menus.main }} {{ if $.IsMenuCurrent .Menu . }}
|
{{ range .Site.Menus.main }} {{ if $.IsMenuCurrent .Menu . }}
|
||||||
|
|
2
themes/gallo/static/css/tailwind.min.css
vendored
2
themes/gallo/static/css/tailwind.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue