Skip to content

Commit

Permalink
fixed safari puzzle
Browse files Browse the repository at this point in the history
  • Loading branch information
gnehs committed Mar 2, 2024
1 parent 7462880 commit b4b6251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Puzzle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function Puzzle({
<div
key={i}
className={twMerge(
"flex select-none items-center justify-center bg-white font-mono text-6xl font-bold text-gray-300",
"flex aspect-square select-none items-center justify-center bg-white font-mono text-6xl font-bold text-gray-300",
isDone ? "opacity-0" : "",
)}
>
Expand Down

0 comments on commit b4b6251

Please sign in to comment.