Minor markup changes
This commit is contained in:
parent
2d92e6897a
commit
07a2c653b7
@ -9,7 +9,7 @@ export default ({}: Props) => (
|
|||||||
<span className={'text-2xl text-center'}>
|
<span className={'text-2xl text-center'}>
|
||||||
FP-curious | λ-affected Wanna be rustacean 🦀 and/or secops guy 🔒
|
FP-curious | λ-affected Wanna be rustacean 🦀 and/or secops guy 🔒
|
||||||
</span>
|
</span>
|
||||||
<span className={'text-lg text-center text-gray-500 font-light'}>
|
<span className={'text-lg text-center text-gray-500 font-light pt-4'}>
|
||||||
Now <Link href="https://www.samsungnext.com/">@SamsungNEXT</Link> (
|
Now <Link href="https://www.samsungnext.com/">@SamsungNEXT</Link> (
|
||||||
<Link href="https://whisk.com/">Whisk product team</Link>). Previously{' '}
|
<Link href="https://whisk.com/">Whisk product team</Link>). Previously{' '}
|
||||||
<Link href="https://www.visualthreat.com/">@VisualThreat.</Link>
|
<Link href="https://www.visualthreat.com/">@VisualThreat.</Link>
|
||||||
|
@ -3,7 +3,7 @@ import * as React from 'react';
|
|||||||
type Props = {};
|
type Props = {};
|
||||||
|
|
||||||
export default ({}: Props) => (
|
export default ({}: Props) => (
|
||||||
<div className={'sm mx-auto'}>
|
<div className={'sm mx-auto pb-4'}>
|
||||||
<span className={'text-5xl'}>{'Alex Mihailov'}</span>
|
<span className={'text-5xl'}>{'Alex Mihailov'}</span>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user