add min height to reduce the nav pop-in

This commit is contained in:
brooke 2024-06-04 05:15:34 -04:00
parent 9c79860175
commit 0de3df82e0
2 changed files with 2 additions and 2 deletions

View file

@ -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>
<nav class="place-self-center h-8 flex justify-end gap-2 text-white pr-6">
{{ range .Site.Menus.main }} {{ if $.IsMenuCurrent .Menu . }}

File diff suppressed because one or more lines are too long