Skip to content

Commit

Permalink
Merge pull request #16 from ismail-kharrobi/DEV-patch-front
Browse files Browse the repository at this point in the history
Update index.tsx
  • Loading branch information
automerge-pingpong[bot] committed Aug 23, 2023
2 parents 75ff675 + 66acc05 commit a34febf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/code/src/Auth/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const Login = () =>
return (
<div className="overflow-hidden flex flex-col items-center justify-center h-screen bg-[url(./images/bg.gif)] bg-luxury bg-no-repeat bg-cover bg-center">
<div className="absolute h-full w-full bg-black opacity-40 z-10"></div>
<div className="p-16 absolute top-[25%] sm:top-[30%] xl:top-[35%] z-50 flex flex-col items-center gap-y-20">
<div className="absolute top-[25%] sm:top-[30%] xl:top-[35%] z-50 flex flex-col items-center gap-y-20">
<div className=" flex flex-col justify-center">
<img src={pingpong} alt="Logo" />
</div>
Expand Down

0 comments on commit a34febf

Please sign in to comment.