Skip to content

Commit

Permalink
fix(title): avoid image covering
Browse files Browse the repository at this point in the history
  • Loading branch information
Peek-A-Booo committed Oct 23, 2023
1 parent 316ad23 commit b52ac95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/_game/components/GameLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ export function GameLayout({
/>
<span className="hidden sm:block">isthat.ai</span>
</div>
<div className="text-center text-[12px] sm:text-[16px]">{title}</div>
<div className="z-[99999] text-center text-[12px] sm:text-[16px]">
{title}
</div>
<div className="min-w-[24px] sm:min-w-[136px]">
{headerRight ?? (
<a
Expand Down

0 comments on commit b52ac95

Please sign in to comment.