1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-05-29 22:37:44 +02:00

fix: update content

This commit is contained in:
divlo
2021-05-08 21:09:03 +02:00
parent c62e66a86a
commit cd20e25082
6 changed files with 11 additions and 11 deletions

View File

@ -5,9 +5,9 @@ import { ProfileLogo } from './ProfileLogo'
export const Profile: React.FC = () => {
return (
<div className='flex flex-col justify-center items-center px-10 pt-2 pb-6 md:pt-10 xl:pt-0 md:flex-row'>
<div className='flex flex-col justify-center items-center px-10 pt-2 md:pt-10 xl:pt-0 md:flex-row'>
<ProfileLogo />
<div className='col-sm-24 col-md-14'>
<div>
<ProfileInfo />
<ProfileList />
<ProfileDescriptionBottom />