Skip to content

Commit

Permalink
Update sponsors.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
lahcenbcf authored Jun 23, 2024
1 parent 55b3a9c commit adad902
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sponsor/PhotoSlider.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ const Sponsors = () => {
<img src={left} alt="" className="absolute -top-32 right-0 z-[10]" />

<h1 className=" text-6xl font-bold text-center py-20">Our Sponsors</h1>
<div className="flex justify-center">
<p className="absolute left-[50%] top-[50%] transform translate-x-[-50%] translate-y-[50%] font-bold text-white text-[2rem] md:text-[2.5rem] lg:text-[3rem]">COMING SOON</p>
<div className="flex justify-center blur-md opacity-50">
<div
className="md:w-3/4 mx-auto sm:w-4/5 lg:w-3/4 w-4/5 inline-flex flex-nowrap overflow-hidden "
style={{
Expand Down

0 comments on commit adad902

Please sign in to comment.