Skip to content

Commit

Permalink
More stuff to custmoise
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheberle committed Sep 12, 2024
1 parent edd4fab commit a1f44f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions navbar/partial.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- $currentPage := . }}
{{- $navclass := default "fixed top-0 left-0 right-0 z-[1000] drop-shadow-lg bg-white" .Site.Params.navbar.classes.navbar }}
{{- $navclass := default "lg:px-12 fixed top-0 left-0 right-0 z-[1000] drop-shadow-lg bg-white" .Site.Params.navbar.classes.navbar }}
{{- $logoclass := default "w-52 lg:w-44 xl:w-52 aspect-[666/192]" .Site.Params.navbar.classes.logo }}
{{- $textclass := default "hover:text-black text-slate-500" .Site.Params.navbar.classes.text }}
{{- $buttonclass := default "bg-blue-900 text-white font-semibold" .Site.Params.navbar.classes.button }}
Expand All @@ -17,7 +17,7 @@
{{- $transitionLeaveEnd := default $transitionEnterStart .Site.Params.navbar.transitions.leaveEnd }}
<nav role="navigation" aria-label="main navigation" x-data="toggler">
<div class="hidden flex lg:flex flex-col lg:flex-row lg:flex lg:hidden rotate-45 -rotate-45 opacity-0"><!-- extra classes --></div>
<div class="flex justify-between lg:px-12 {{ $navclass }}">
<div class="flex justify-between {{ $navclass }}">
{{- with .Site.Params.navbar.brand }}
<div class="pl-4 lg:pl-0 py-4">
<a href="{{ $.Site.Home.RelPermalink }}">
Expand Down

0 comments on commit a1f44f5

Please sign in to comment.