Skip to content

Commit

Permalink
feat: small changes to homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
martapanc committed Oct 21, 2023
1 parent 2e70fe7 commit 8295eaf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/components/organisms/home/Photo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,20 @@ const Photo = () => {
}, [theme]);

return (
<div className='flex h-[480px] md:h-[300px] w-full justify-center mt-6 lg:h-[280px] lg:w-1/2 lg:justify-end lg:mt-0 bg-sky-100 dark:bg-blue-950 rounded-md'>
<div className='flex h-[500px] md:h-[300px] w-full justify-center mt-6 lg:h-[280px] lg:w-1/2 lg:justify-end lg:mt-0 bg-sky-100 dark:bg-blue-950 rounded-md'>
<div className='flex items-center flex-col-reverse p-3 md:ms-3 md:flex-row'>
<div className='flex flex-col items-center md:me-12 lg:me-6 md:items-end text-lg photo-description'>
<div className='mt-10 md:my-5 text-blue-600 dark:text-blue-300 text-xl font-semibold md:text-end'>
<div className='flex flex-col items-center md:me-8 md:items-end text-lg photo-description'>
<div className='my-5 text-blue-600 dark:text-blue-300 text-xl font-semibold md:text-end'>
Software Engineer
</div>
<div className='mt-10 md:my-5 text-blue-700 dark:text-blue-200 text-xl font-semibold md:text-end'>
<div className='my-5 text-blue-700 dark:text-blue-200 text-xl font-semibold md:text-end'>
Lifelong learner
</div>
<div className='mt-10 md:my-5 text-blue-800 dark:text-blue-100 text-xl xs:text-md font-semibold md:text-end'>
Remote work enthusiast
<div className='my-5 text-blue-800 dark:text-blue-100 text-xl xs:text-md font-semibold md:text-end'>
WFH enthusiast
</div>
</div>
<div className='flex flex-col items-center'>
<div className='flex flex-col items-center mb-2'>
<Image
className={clsxm('mb-4 rounded-full', avatar)}
src='https://res.cloudinary.com/dwrurydlt/image/upload/v1694699676/avatar_md_nobg_ef5553f75b.png'
Expand Down

0 comments on commit 8295eaf

Please sign in to comment.