File tree 1 file changed +13
-6
lines changed
1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -547,7 +547,12 @@ const ShipPage = () => {
547
547
flexDirection : 'row' ,
548
548
gap : 3 ,
549
549
alignItems : 'end' ,
550
- margin : '0 auto'
550
+ justifyContent : 'center' ,
551
+ margin : '0 auto' ,
552
+ padding : '0.8rem 1rem' ,
553
+ borderRadius : 'default' ,
554
+ border : '1px dashed white' ,
555
+ background : '#000000' ,
551
556
} }
552
557
>
553
558
< Image
@@ -568,12 +573,14 @@ const ShipPage = () => {
568
573
creativity change the world! Mine did.”
569
574
</ Balancer >
570
575
</ Text >
571
- < Heading
572
- as = "h3 "
573
- sx = { { fontSize : 20 , fontWeight : 500 , fontStyle : 'italic' } }
576
+ < Text
577
+ as = "p "
578
+ sx = { { fontSize : 20 , fontStyle : 'italic' } }
574
579
>
575
- < Balancer > -Steve Wozniak</ Balancer >
576
- </ Heading >
580
+ < Balancer >
581
+ -< span style = { { textDecoration : 'underline' } } > Steve Wozniak</ span > , Apple co-founder
582
+ </ Balancer >
583
+ </ Text >
577
584
</ Flex >
578
585
</ Flex >
579
586
</ Flex >
You can’t perform that action at this time.
0 commit comments