diff --git a/app/page.tsx b/app/page.tsx index 5d20711..49bf75d 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -27,14 +27,17 @@ const fall = ( rotationDirection: number) => keyframes` transform: translateY(-10%) rotate(0deg); } to { - transform: translateY(2000%) rotate(${rotationDirection * 360}deg); + transform: translateY(4700%) rotate(${rotationDirection * 360}deg); } `; export default function Home() { return ( - - + + { const randomRotationDirection = Math.random() > 0.5 ? 1 : -1; - const randomSpeed = Math.random() * 5 + 5; + const randomSpeed = Math.random() * 10 + 5; return( Design a unique PCB decoration (all art made by you!) from scratch and submit it to the project gallery via a pull request in the GitHub repository before [set date]!

+ paddingRight: '5rem', + color: 'white' + }}>Design a unique PCB decoration (all art made by you!) from scratch and submit it to the project gallery via a pull request in the GitHub repository before [set date]!

Once your PR gets approved, you can get your PCB decoration shipped just in time for the holidays!🎄 - Design a Decoration @@ -238,14 +248,17 @@ export default function Home() { justifyContent: 'center', display: 'flex', flexDirection: 'column', + paddingTop: '2rem' }}> Submit a PR + fontSize: '1.5vw', + paddingBottom: '1.2rem' + } }>Code Firmware @@ -258,10 +271,10 @@ export default function Home() { Get it Shipped! + } }>Submit a PR
@@ -285,7 +298,7 @@ export default function Home() {