Skip to content

Commit

Permalink
style(docs): fix header height
Browse files Browse the repository at this point in the history
  • Loading branch information
brankoconjic committed Dec 20, 2023
1 parent 92d4593 commit 567455b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/src/components/LemonSqueezyHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function LemonSqueezyHeader({

return (
<header className="[&_a]:duration-180 relative border-b border-white/20 bg-purple-600 dark:bg-transparent [&_a]:transition-colors">
<div className="container flex min-h-[89px] items-center justify-start gap-6 md:grid-cols-[1fr_auto_1fr] lg:grid">
<div className="container flex min-h-[88px] items-center justify-start gap-6 md:grid-cols-[1fr_auto_1fr] lg:grid">
<a
aria-label="Lemon Squeezy home page"
className={cn(focusClasses, "outline-white")}
Expand Down

0 comments on commit 567455b

Please sign in to comment.