Minor markup changes

This commit is contained in:
michey 2021-04-28 22:33:32 +03:00
parent 2d92e6897a
commit 07a2c653b7
No known key found for this signature in database
GPG Key ID: 7D4BF433F4970657
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ export default ({}: Props) => (
<span className={'text-2xl text-center'}>
FP-curious | λ-affected Wanna be rustacean 🦀 and/or secops guy 🔒
</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> (
<Link href="https://whisk.com/">Whisk product team</Link>). Previously{' '}
<Link href="https://www.visualthreat.com/">@VisualThreat.</Link>

View File

@ -3,7 +3,7 @@ import * as React from 'react';
type Props = {};
export default ({}: Props) => (
<div className={'sm mx-auto'}>
<div className={'sm mx-auto pb-4'}>
<span className={'text-5xl'}>{'Alex Mihailov'}</span>
</div>
);