@@ -15,7 +15,7 @@ export const TranslatathonInANutshell = () => {
15
15
</ Flex >
16
16
17
17
< 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 " >
19
19
< h3 className = "text-2xl" > Earn points</ h3 >
20
20
< p >
21
21
Translate ethereum.org and ecosystem content to earn points and
@@ -27,6 +27,7 @@ export const TranslatathonInANutshell = () => {
27
27
src = { settlementImage }
28
28
alt = ""
29
29
width = { 327 }
30
+ className = "w-[327px]"
30
31
style = { { objectFit : "contain" } }
31
32
/>
32
33
</ Flex >
@@ -38,10 +39,11 @@ export const TranslatathonInANutshell = () => {
38
39
src = { futureImage }
39
40
alt = ""
40
41
width = { 327 }
42
+ className = "w-[327px]"
41
43
style = { { objectFit : "contain" } }
42
44
/>
43
45
</ Flex >
44
- < Flex className = "w-full flex-col justify-center gap-2" >
46
+ < Flex className = "w-full flex-col gap-2 self-center " >
45
47
< h3 className = "text-2xl" > Human translations only</ h3 >
46
48
< p >
47
49
Using machine translation is forbidden! All translations will be
@@ -57,7 +59,7 @@ export const TranslatathonInANutshell = () => {
57
59
</ Flex >
58
60
59
61
< 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 " >
61
63
< h3 className = "text-2xl" > Focus on untranslated lines only</ h3 >
62
64
< p >
63
65
Translate strings that do not have any suggested translations yet.
@@ -70,6 +72,7 @@ export const TranslatathonInANutshell = () => {
70
72
src = { dogeImage }
71
73
alt = ""
72
74
width = { 327 }
75
+ className = "w-[327px]"
73
76
style = { { objectFit : "contain" } }
74
77
/>
75
78
</ Flex >
0 commit comments