@@ -66,16 +66,13 @@ const Slogan = (props: ChildOnlyProp) => (
66
66
67
67
const Title = ( props : ChildOnlyProp ) => (
68
68
< h1
69
- className = "text-sm font-medium uppercase leading-xs tracking-wider text-[#7f7f7f] dark:text-[hsla(0,0%,69.8%,.8)] "
69
+ className = "text-sm font-medium uppercase leading-xs tracking-wider"
70
70
{ ...props }
71
71
/>
72
72
)
73
73
74
74
const Subtitle = ( props : ChildOnlyProp ) => (
75
- < p
76
- className = "text-xl leading-xs text-[#666] dark:text-[#b2b2b2]"
77
- { ...props }
78
- />
75
+ < p className = "text-xl leading-xs" { ...props } />
79
76
)
80
77
81
78
const Hero = ( props : ChildOnlyProp ) => (
@@ -263,7 +260,7 @@ const WhatIsEthereumPage = ({
263
260
title : t ( "page-what-is-ethereum-cryptocurrency-tab-title" ) ,
264
261
eventName : "Cryptocurrency tab" ,
265
262
content : (
266
- < Stack className = "gap-[1.45rem] " >
263
+ < Stack className = "gap-6 " >
267
264
< p >
268
265
< Translation id = "page-what-is-ethereum:page-what-is-ethereum-cryptocurrency-tab-content-1" />
269
266
</ p >
@@ -307,7 +304,7 @@ const WhatIsEthereumPage = ({
307
304
< Stack className = "mb-6 gap-4" asChild >
308
305
< header >
309
306
< Title > { t ( "page-what-is-ethereum-title" ) } </ Title >
310
- < Stack className = "gap-[1.45rem] " >
307
+ < Stack className = "gap-6 " >
311
308
< Slogan > { t ( "page-what-is-ethereum-desc" ) } </ Slogan >
312
309
< Subtitle > { t ( "page-what-is-ethereum-subtitle" ) } </ Subtitle >
313
310
< ButtonRow >
@@ -339,7 +336,7 @@ const WhatIsEthereumPage = ({
339
336
< h2 className = "text-[1.4rem] leading-xs text-[#4c4c4c] dark:text-[#ccc]" >
340
337
{ t ( "page-what-is-ethereum-summary-title" ) }
341
338
</ h2 >
342
- < Stack className = "gap-[1.45rem] " >
339
+ < Stack className = "gap-6 " >
343
340
< p > { t ( "page-what-is-ethereum-summary-desc-1" ) } </ p >
344
341
< p > { t ( "page-what-is-ethereum-summary-desc-2" ) } </ p >
345
342
< p > { t ( "page-what-is-ethereum-summary-desc-3" ) } </ p >
@@ -349,7 +346,7 @@ const WhatIsEthereumPage = ({
349
346
</ Width60 >
350
347
< Width40 />
351
348
</ TwoColumnContent >
352
- < div >
349
+ < Stack className = "gap-8" >
353
350
< div >
354
351
< H2 > { t ( "page-what-is-ethereum-what-can-eth-do-title" ) } </ H2 >
355
352
< CardContainer >
@@ -383,7 +380,7 @@ const WhatIsEthereumPage = ({
383
380
</ Width60 >
384
381
< Width40 />
385
382
</ TwoColumnContent >
386
- </ div >
383
+ </ Stack >
387
384
</ Stack >
388
385
</ Section >
389
386
@@ -393,7 +390,7 @@ const WhatIsEthereumPage = ({
393
390
< H2 >
394
391
{ t ( "page-what-is-ethereum-why-would-i-use-ethereum-title" ) }
395
392
</ H2 >
396
- < Stack className = "gap-[1.45rem] " >
393
+ < Stack className = "gap-6 " >
397
394
< p > { t ( "page-what-is-ethereum-why-would-i-use-ethereum-1" ) } </ p >
398
395
< p > { t ( "page-what-is-ethereum-why-would-i-use-ethereum-2" ) } </ p >
399
396
@@ -408,7 +405,7 @@ const WhatIsEthereumPage = ({
408
405
>
409
406
< EmblaSlide >
410
407
< H3 > { t ( "page-what-is-ethereum-slide-1-title" ) } </ H3 >
411
- < Stack className = "mb-[1.45rem] gap-[1.45rem] " >
408
+ < Stack className = "mb-4 gap-6 " >
412
409
< p >
413
410
< Translation id = "page-what-is-ethereum:page-what-is-ethereum-slide-1-desc-1" />
414
411
</ p >
@@ -417,7 +414,7 @@ const WhatIsEthereumPage = ({
417
414
</ EmblaSlide >
418
415
< EmblaSlide >
419
416
< H3 > { t ( "page-what-is-ethereum-slide-2-title" ) } </ H3 >
420
- < Stack className = "mb-[1.45rem] gap-[1.45rem] " >
417
+ < Stack className = "mb-4 gap-6 " >
421
418
< p > { t ( "page-what-is-ethereum-slide-2-desc-1" ) } </ p >
422
419
< p >
423
420
< Translation id = "page-what-is-ethereum:page-what-is-ethereum-slide-2-desc-2" />
@@ -426,15 +423,15 @@ const WhatIsEthereumPage = ({
426
423
</ EmblaSlide >
427
424
< EmblaSlide >
428
425
< H3 > { t ( "page-what-is-ethereum-slide-3-title" ) } </ H3 >
429
- < Stack className = "mb-[1.45rem] gap-[1.45rem] " >
426
+ < Stack className = "mb-4 gap-6 " >
430
427
< p >
431
428
< Translation id = "page-what-is-ethereum:page-what-is-ethereum-slide-3-desc-1" />
432
429
</ p >
433
430
</ Stack >
434
431
</ EmblaSlide >
435
432
< EmblaSlide >
436
433
< H3 > { t ( "page-what-is-ethereum-slide-4-title" ) } </ H3 >
437
- < Stack className = "mb-[1.45rem] gap-[1.45rem] " >
434
+ < Stack className = "mb-4 gap-6 " >
438
435
< p > { t ( "page-what-is-ethereum-slide-4-desc-1" ) } </ p >
439
436
< p > { t ( "page-what-is-ethereum-slide-4-desc-2" ) } </ p >
440
437
</ Stack >
@@ -615,7 +612,7 @@ const WhatIsEthereumPage = ({
615
612
</ Width40 >
616
613
< Width60 >
617
614
< H2 > { t ( "page-what-is-ethereum-who-runs-ethereum-title" ) } </ H2 >
618
- < Stack className = "gap-[1.45rem] " >
615
+ < Stack className = "gap-6 " >
619
616
< p >
620
617
< Translation id = "page-what-is-ethereum:page-what-is-ethereum-who-runs-ethereum-desc-1" />
621
618
</ p >
@@ -639,7 +636,7 @@ const WhatIsEthereumPage = ({
639
636
</ Width40 >
640
637
< Width60 >
641
638
< H2 > { t ( "page-what-is-ethereum-smart-contract-title" ) } </ H2 >
642
- < Stack className = "gap-[1.45rem] " >
639
+ < Stack className = "gap-6 " >
643
640
< p >
644
641
< Translation id = "page-what-is-ethereum:page-what-is-ethereum-smart-contract-desc-1" />
645
642
</ p >
@@ -675,7 +672,7 @@ const WhatIsEthereumPage = ({
675
672
</ Width40 >
676
673
< Width60 >
677
674
< H2 > { t ( "page-what-is-ethereum-meet-ether-title" ) } </ H2 >
678
- < Stack className = "gap-[1.45rem] " >
675
+ < Stack className = "gap-6 " >
679
676
< p > { t ( "page-what-is-ethereum-meet-ether-desc-1" ) } </ p >
680
677
< p > { t ( "page-what-is-ethereum-meet-ether-desc-2" ) } </ p >
681
678
< ButtonRow >
@@ -704,7 +701,7 @@ const WhatIsEthereumPage = ({
704
701
</ Width40 >
705
702
< Width60 >
706
703
< H2 > { t ( "page-what-is-ethereum-energy-title" ) } </ H2 >
707
- < Stack className = "gap-[1.45rem] " >
704
+ < Stack className = "gap-6 " >
708
705
< p >
709
706
< Translation id = "page-what-is-ethereum:page-what-is-ethereum-energy-desc-1" />
710
707
</ p >
@@ -737,7 +734,7 @@ const WhatIsEthereumPage = ({
737
734
</ Width40 >
738
735
< Width60 >
739
736
< H2 > { t ( "page-what-is-ethereum-criminal-activity-title" ) } </ H2 >
740
- < Stack className = "gap-[1.45rem] " >
737
+ < Stack className = "gap-6 " >
741
738
< p > { t ( "page-what-is-ethereum-criminal-activity-desc-1" ) } </ p >
742
739
< p > { t ( "page-what-is-ethereum-criminal-activity-desc-2" ) } </ p >
743
740
< p >
@@ -766,7 +763,7 @@ const WhatIsEthereumPage = ({
766
763
</ Width40 >
767
764
< Width60 >
768
765
< H2 > { t ( "page-what-is-ethereum-btc-eth-diff-title" ) } </ H2 >
769
- < Stack className = "gap-[1.45rem] " >
766
+ < Stack className = "gap-6 " >
770
767
< p > { t ( "page-what-is-ethereum-btc-eth-diff-1" ) } </ p >
771
768
< p >
772
769
< Translation id = "page-what-is-ethereum:page-what-is-ethereum-btc-eth-diff-2" />
@@ -781,7 +778,7 @@ const WhatIsEthereumPage = ({
781
778
782
779
< Content >
783
780
< H2 > { t ( "page-what-is-ethereum-additional-reading" ) } </ H2 >
784
- < Stack className = "mb-[1.45rem] gap-[1.45rem] " >
781
+ < Stack className = "mb-4 gap-6 " >
785
782
< p >
786
783
< InlineLink href = "https://weekinethereumnews.com/" >
787
784
{ t ( "page-what-is-ethereum-week-in-ethereum" ) }
0 commit comments