Skip to content

Commit be858a3

Browse files
committed
Add more space to about
1 parent 1d76530 commit be858a3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/pages/about.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const membersContainerAnim = {
5151

5252
const memberAnim = {
5353
hidden: {
54-
translateY: "-5%",
54+
translateY: "5%",
5555
transition: {
5656
duration: 0.15,
5757
ease: "easeOut"
@@ -72,9 +72,9 @@ const AboutPage: Page = ({ initialLoad, reduceMotion }) => {
7272
<Head>
7373
<title>About - Commit Rocket</title>
7474
</Head>
75-
<main aria-labelledby="about" className="flex flex-col flex-1 w-full gap-4 pb-8 max-w-7xl">
75+
<main aria-labelledby="about" className="flex flex-col flex-1 w-full gap-8 pb-8 max-w-7xl">
7676
<h1 id="about" className="text-4xl font-bold text-center lg:text-6xl text-secondary">About</h1>
77-
<section aria-labelledby="our-goal" className="flex flex-col gap-4">
77+
<section aria-labelledby="our-goal" className="flex flex-col gap-8">
7878
<h2
7979
id="our-goal"
8080
className="text-2xl text-center lg:text-3xl text-primary"
@@ -86,7 +86,7 @@ const AboutPage: Page = ({ initialLoad, reduceMotion }) => {
8686
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.
8787
</p>
8888
</section>
89-
<section aria-labelledby="why-another-git-client" className="flex flex-col gap-4">
89+
<section aria-labelledby="why-another-git-client" className="flex flex-col gap-8">
9090
<h2
9191
id="why-another-git-client"
9292
className="text-2xl text-center lg:text-3xl text-primary"
@@ -99,7 +99,7 @@ const AboutPage: Page = ({ initialLoad, reduceMotion }) => {
9999
Our commitment to open-source development and cross-platform compatibility sets us apart from other clients in the market.
100100
</p>
101101
</section>
102-
<section aria-labelledby="why-another-git-client" className="flex flex-col gap-4 my-8">
102+
<section aria-labelledby="why-another-git-client" className="flex flex-col gap-8 my-8">
103103
<h2
104104
id="why-another-git-client"
105105
className="text-2xl text-center lg:text-3xl text-primary"

0 commit comments

Comments
 (0)