File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -455,7 +455,6 @@ export default function PuzzleClient() {
455
455
{ isWon && (
456
456
< >
457
457
< Confetti
458
- // Just let it fill parent
459
458
style = { {
460
459
position : "fixed" ,
461
460
top : 0 ,
@@ -464,9 +463,9 @@ export default function PuzzleClient() {
464
463
height : "100vh" ,
465
464
} }
466
465
/>
467
- < div className = "absolute top-0 left-0 w-full h-full bg-black bg-opacity-50 z-50 flex flex-col items-center justify-center text-center " >
468
- < h1 className = "text-4xl text-white mb-4" > OMG you solved it!</ h1 >
469
- </ div >
466
+ < h1 className = "text-6xl text-white mb-4 absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 z-50 text-stroke-3 text-stroke-black font-handwritten " >
467
+ OMG you solved it!
468
+ </ h1 >
470
469
</ >
471
470
) }
472
471
You can’t perform that action at this time.
0 commit comments