Skip to content

Commit

Permalink
Merge pull request #17 from vaidikcode/main
Browse files Browse the repository at this point in the history
Issue #15
  • Loading branch information
aayushgoyalt authored Oct 18, 2024
2 parents 30fb038 + 19006bb commit e54d371
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified frontend/src/assets/FormBg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion frontend/src/components/HomeComponents/Form.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import formimage from '../../assets/formImage.png'
const Form = () => {
return (
<div className='bg-cover flex justify-center items-center w-full h-[100vh]'>
<img src={bg} alt="" className='h-[100vh] absolute -z-50 formAnim1' />
<img src={bg} alt="" className='h-[100vh] absolute -z-50 formAnim1 object-none' />
<div className="bg-[#F5F5F5] rounded-3xl w-[80%] p-10 grid grid-cols-2 gap-10 formAnim">
<div>
<h1 className=' text-2xl lg:text-6xl font-bold mb-4'>Sign up to our Newsletter</h1>
Expand Down

0 comments on commit e54d371

Please sign in to comment.