Skip to content

Commit

Permalink
31
Browse files Browse the repository at this point in the history
  • Loading branch information
0xjaqbek committed Jul 15, 2024
1 parent e93b1e9 commit 66f089e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IndexPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const CountdownText = styled.div`
z-index: 3;
text-shadow: 22px 22px 10px white;
background-color: rgba(255, 255, 255, 0.5); // Black background with 50% opacity
padding: 1500px 600px;
padding: 1500px 1600px;
animation: ${blink} 1s infinite; // Add the animation
`;

Expand Down

0 comments on commit 66f089e

Please sign in to comment.