@@ -52,7 +52,7 @@ const FrontPage: Page = ({ }) => {
5252 Experience Git in a modern and fast way with Commit Rocket, the open-source, lightweight and cross-platform Git client.
5353 </ p >
5454 < LinkButton
55- className = "px-5 py-3 text-xl"
55+ className = "px-5 py-3 text-xl w-full sm:w-fit "
5656 onClick = { sendCTAEvent ( "Learn More" ) }
5757 href = "#introduction"
5858 color = "secondary"
@@ -73,14 +73,14 @@ const FrontPage: Page = ({ }) => {
7373 />
7474 </ div >
7575 </ section >
76- < section aria-label = "introduction" className = "flex flex-col gap-12 p-8 text-lg text-center border-2 rounded-lg xl:flex-row text-primary-contrast image-dots from-primary-light border-primary-light bg-primary" >
76+ < section aria-label = "introduction" className = "flex flex-col gap-12 p-8 text-lg -mx-8 md:mx-0 motion-safe:transition-[margin] text-center border-2 rounded-lg xl:flex-row text-primary-contrast image-dots from-primary-light border-primary-light bg-primary" >
7777 < Heading . H2 id = "introduction" className = "flex p-4 flex-col items-center justify-center w-full rounded-lg text-fill-contrast bg-white/20 backdrop-blur-[1.25px] xl:p-0 xl:w-1/2" >
7878 < span className = "text-2xl" >
7979 Introducing...
8080 </ span >
81- < span className = "flex flex-col items-center gap-4 p-4 text-4xl font-bold break-normal text-primary-contrast md:text-6xl md:flex-row md:w-max" >
81+ < span className = "flex flex-col items-center gap-4 p-4 text-3xl sm:text- 4xl font-bold break-normal text-primary-contrast md:text-6xl md:flex-row md:w-max" >
8282 < img
83- className = "h- [1.5em] w -[1.5em]"
83+ className = "w-16 h-16 md:w- [1.5em] md:h -[1.5em]"
8484 alt = "A Small Rocket"
8585 src = { LogoSmall . src }
8686 width = { LogoSmall . width }
@@ -123,7 +123,7 @@ const FrontPage: Page = ({ }) => {
123123 Our main goal with Commit Rocket is to drive innovation and provide a modern and fast alternative to existing Git clients.
124124 We want to improve the user experience for developers by creating an open-source and cross-platform tool that is both feature-rich and beginner-friendly.
125125 </ p >
126- < ul className = "flex flex-col flex-wrap justify-between w-full gap-12 lg:flex-row" >
126+ < ul className = "flex flex-col flex-wrap justify-between w-full gap-16 lg:gap-4 lg:flex-row" >
127127 { missions . map ( ( mission , i ) => (
128128 < Mission key = { i } { ...mission } />
129129 ) ) }
0 commit comments