mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
adds a cool little border around it
This commit is contained in:
parent
4461308c35
commit
feb81ab7ef
1 changed files with 13 additions and 6 deletions
|
|
@ -547,7 +547,12 @@ const ShipPage = () => {
|
|||
flexDirection: 'row',
|
||||
gap: 3,
|
||||
alignItems: 'end',
|
||||
margin: '0 auto'
|
||||
justifyContent: 'center',
|
||||
margin: '0 auto',
|
||||
padding: '0.8rem 1rem',
|
||||
borderRadius: 'default',
|
||||
border: '1px dashed white',
|
||||
background: '#000000',
|
||||
}}
|
||||
>
|
||||
<Image
|
||||
|
|
@ -568,12 +573,14 @@ const ShipPage = () => {
|
|||
creativity change the world! Mine did.”
|
||||
</Balancer>
|
||||
</Text>
|
||||
<Heading
|
||||
as="h3"
|
||||
sx={{ fontSize: 20, fontWeight: 500, fontStyle: 'italic' }}
|
||||
<Text
|
||||
as="p"
|
||||
sx={{ fontSize: 20, fontStyle: 'italic' }}
|
||||
>
|
||||
<Balancer>-Steve Wozniak</Balancer>
|
||||
</Heading>
|
||||
<Balancer>
|
||||
-<span style={{ textDecoration: 'underline' }}>Steve Wozniak</span>, Apple co-founder
|
||||
</Balancer>
|
||||
</Text>
|
||||
</Flex>
|
||||
</Flex>
|
||||
</Flex>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue