Skip to content

Commit

Permalink
contact screen height fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayush Srivastava committed Jan 14, 2023
1 parent 715f05c commit 97f29c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/ContactMe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ export const ContactMe = (props: Props) => {
};

return (
<div className='h-screen flex relative text-center md:text-left flex-col md:flex-row
<div className='md:h-screen h-[600px] flex relative text-center md:text-left flex-col md:flex-row
justify-evenly mx-auto items-center px-10'>
<h3 className='absolute top-20 ml-5 uppercase tracking-[20px] text-gray-500 text-2xl'>Contact</h3>
<h3 className='absolute md:top-20 -top-5 ml-5 uppercase tracking-[20px] text-gray-500 text-2xl'>Contact</h3>
<div className='flex flex-col space-y-3 md:space-y-5'>
<h4 className='text-[20px] font-semibold text-center'>
I have got what you need. <br className='md:hidden' />
Expand Down

0 comments on commit 97f29c3

Please sign in to comment.