Skip to content

Commit 284280b

Browse files
committed
Fix a display issue on about page
1 parent 6f7cd09 commit 284280b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/about.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@ const About = ({ experiences }: AboutProps): JSX.Element => {
8888
<Title fontSize={['3rem', '4rem']} as="h2">
8989
CTO & passionate
9090
</Title>
91-
<Container maxWidth={['100%', '700px']} marginY="2rem">
91+
<Container maxWidth={['100%', '720px']} marginY="2rem">
9292
<Text>I&apos;m a Full-Stack/DevOps developer living in Paris.</Text>
9393
<Text>
9494
During my free time I like going gym, doing Bench Press, make design
9595
and make video edits on After Effects. You can check some cool drone
96-
edits on my{' '}
96+
edits on my&nbsp;
9797
<a href="https://instagram.com/croissant2france">Instagram</a>.
9898
</Text>
9999
</Container>

0 commit comments

Comments
 (0)