Skip to content

Commit

Permalink
Fix home page background element
Browse files Browse the repository at this point in the history
  • Loading branch information
lil5 committed Jul 17, 2023
1 parent 2071822 commit a0e351b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default function Home() {

<div className="max-w-screen-xl mx-auto">
<section className="mb-12 md:mb-24">
<div className="hidden md:block overflow-hidden w-full absolute bg-teal-light">
<div className="hidden md:block overflow-hidden w-full absolute bg-teal-light left-0">
<div className="p-8 ml-[40%] rtl:ml-0 rtl:mr-[40%] pb-14 flex">
<img src={CirclesFrame} alt="" />
<img className="pl-2" src={CirclesFrame} alt="" />
Expand Down

0 comments on commit a0e351b

Please sign in to comment.