@@ -52,7 +52,7 @@ const FrontPage: Page = ({ }) => {
52
52
Experience Git in a modern and fast way with Commit Rocket, the open-source, lightweight and cross-platform Git client.
53
53
</ p >
54
54
< LinkButton
55
- className = "px-5 py-3 text-xl"
55
+ className = "px-5 py-3 text-xl w-full sm:w-fit "
56
56
onClick = { sendCTAEvent ( "Learn More" ) }
57
57
href = "#introduction"
58
58
color = "secondary"
@@ -73,14 +73,14 @@ const FrontPage: Page = ({ }) => {
73
73
/>
74
74
</ div >
75
75
</ 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" >
77
77
< 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" >
78
78
< span className = "text-2xl" >
79
79
Introducing...
80
80
</ 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" >
82
82
< img
83
- className = "h- [1.5em] w -[1.5em]"
83
+ className = "w-16 h-16 md:w- [1.5em] md:h -[1.5em]"
84
84
alt = "A Small Rocket"
85
85
src = { LogoSmall . src }
86
86
width = { LogoSmall . width }
@@ -123,7 +123,7 @@ const FrontPage: Page = ({ }) => {
123
123
Our main goal with Commit Rocket is to drive innovation and provide a modern and fast alternative to existing Git clients.
124
124
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.
125
125
</ 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" >
127
127
{ missions . map ( ( mission , i ) => (
128
128
< Mission key = { i } { ...mission } />
129
129
) ) }
0 commit comments