We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30fb038 + 19006bb commit e54d371Copy full SHA for e54d371
frontend/src/assets/FormBg.png
-18 KB
frontend/src/components/HomeComponents/Form.jsx
@@ -5,7 +5,7 @@ import formimage from '../../assets/formImage.png'
5
const Form = () => {
6
return (
7
<div className='bg-cover flex justify-center items-center w-full h-[100vh]'>
8
- <img src={bg} alt="" className='h-[100vh] absolute -z-50 formAnim1' />
+ <img src={bg} alt="" className='h-[100vh] absolute -z-50 formAnim1 object-none' />
9
<div className="bg-[#F5F5F5] rounded-3xl w-[80%] p-10 grid grid-cols-2 gap-10 formAnim">
10
<div>
11
<h1 className=' text-2xl lg:text-6xl font-bold mb-4'>Sign up to our Newsletter</h1>
0 commit comments