Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
kunal-511 committed Sep 20, 2023
1 parent 9f776dd commit 0e78d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Services.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function Services() {
<div className="pt-8 mt-4 text-center bg-custom1">
<h1 className=" uppercase">Resume Builder Form</h1>
<div className="flex">
{/* <img className="w-[30%]" src={background} alt="" /> */}
<img className="w-[30%] hidden" src={background} alt="" />
<form
className=" w-[70%] px-4 text-white text-[1.2rem] flex flex-col justify-center "
onSubmit={handleSubmit}
Expand Down

0 comments on commit 0e78d50

Please sign in to comment.