Skip to content

Commit f25e176

Browse files
committed
align items
1 parent a425955 commit f25e176

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/components/Translatathon/TranslatathonInANutshell.tsx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const TranslatathonInANutshell = () => {
1515
</Flex>
1616

1717
<Flex className="w-full flex-col items-start gap-8 p-8 md:flex-row">
18-
<Flex className="w-full flex-col justify-center gap-2">
18+
<Flex className="w-full flex-col gap-2 self-center">
1919
<h3 className="text-2xl">Earn points</h3>
2020
<p>
2121
Translate ethereum.org and ecosystem content to earn points and
@@ -27,6 +27,7 @@ export const TranslatathonInANutshell = () => {
2727
src={settlementImage}
2828
alt=""
2929
width={327}
30+
className="w-[327px]"
3031
style={{ objectFit: "contain" }}
3132
/>
3233
</Flex>
@@ -38,10 +39,11 @@ export const TranslatathonInANutshell = () => {
3839
src={futureImage}
3940
alt=""
4041
width={327}
42+
className="w-[327px]"
4143
style={{ objectFit: "contain" }}
4244
/>
4345
</Flex>
44-
<Flex className="w-full flex-col justify-center gap-2">
46+
<Flex className="w-full flex-col gap-2 self-center">
4547
<h3 className="text-2xl">Human translations only</h3>
4648
<p>
4749
Using machine translation is forbidden! All translations will be
@@ -57,7 +59,7 @@ export const TranslatathonInANutshell = () => {
5759
</Flex>
5860

5961
<Flex className="w-full flex-col items-start gap-8 p-8 md:flex-row">
60-
<Flex className="w-full flex-col justify-center gap-2">
62+
<Flex className="w-full flex-col gap-2 self-center">
6163
<h3 className="text-2xl">Focus on untranslated lines only</h3>
6264
<p>
6365
Translate strings that do not have any suggested translations yet.
@@ -70,6 +72,7 @@ export const TranslatathonInANutshell = () => {
7072
src={dogeImage}
7173
alt=""
7274
width={327}
75+
className="w-[327px]"
7376
style={{ objectFit: "contain" }}
7477
/>
7578
</Flex>

0 commit comments

Comments
 (0)