Skip to content

Commit feb81ab

Browse files
committed
adds a cool little border around it
1 parent 4461308 commit feb81ab

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

pages/onboard/index.js

+13-6
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,12 @@ const ShipPage = () => {
547547
flexDirection: 'row',
548548
gap: 3,
549549
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',
551556
}}
552557
>
553558
<Image
@@ -568,12 +573,14 @@ const ShipPage = () => {
568573
creativity change the world! Mine did.”
569574
</Balancer>
570575
</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' }}
574579
>
575-
<Balancer>-Steve Wozniak</Balancer>
576-
</Heading>
580+
<Balancer>
581+
-<span style={{ textDecoration: 'underline' }}>Steve Wozniak</span>, Apple co-founder
582+
</Balancer>
583+
</Text>
577584
</Flex>
578585
</Flex>
579586
</Flex>

0 commit comments

Comments
 (0)