Meh
This commit is contained in:
parent
07f1005f86
commit
181505f12b
@ -7,7 +7,7 @@ import Title from './elements/Title';
|
|||||||
type Props = {};
|
type Props = {};
|
||||||
|
|
||||||
export default ({}: 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" />
|
<Avatar imgUrl="./avatar.jpg" />
|
||||||
<Title />
|
<Title />
|
||||||
<Description />
|
<Description />
|
||||||
|
Loading…
Reference in New Issue
Block a user