This commit is contained in:
michey 2021-04-28 22:46:04 +03:00
parent 07f1005f86
commit 181505f12b
No known key found for this signature in database
GPG Key ID: 7D4BF433F4970657

View File

@ -7,7 +7,7 @@ import Title from './elements/Title';
type Props = {};
export default ({}: Props) => (
<div className={'flex flex-col sm mx-auto lg:w-1/3'}>
<div className={'flex flex-col sm mx-auto lg:w-1/3 pt-12'}>
<Avatar imgUrl="./avatar.jpg" />
<Title />
<Description />