summaryrefslogtreecommitdiff
path: root/themes/blowfish/layouts/partials/header/fixed-fill.html
blob: 4d73a1f43c34e1e197d3638cd5ad4a91ea67b010 (plain)
1
2
3
4
5
6
<div class="min-h-[148px]"></div>
<div class="fixed inset-x-0 pl-[24px] pr-[24px] bg-neutral dark:bg-neutral-800" style="z-index:100">
  <div class="relative max-w-[64rem] ml-auto mr-auto">
    {{ partial "partials/header/basic.html" . }}
  </div>
</div>