Skip to content

Commit

Permalink
fix-428: The second card is being cut and overflowing on medium and s…
Browse files Browse the repository at this point in the history
…mall sized mobile screens (#429)

Co-authored-by: miteshsavani810 <mitesh.savani@synacor.com>
  • Loading branch information
miteshsavani and miteshsavani810 authored Jul 6, 2024
1 parent 3489e14 commit 44c362c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const Hero = () => {
</section>

<section className=" justify-center lg:gap-10 mt-10 items-center flex flex-col lg:flex-row">
<div className="border-2 p-4 rounded-lg border-deeppurple relative md:mt-0 dark:border-purple w-96">
<div className="border-2 p-4 rounded-lg border-deeppurple relative md:mt-0 dark:border-purple lg:w-96">
<div className="flex gap-2 items-center">
<img src={emy} alt="" className="h-12 w-12 rounded-full" />
<div>
Expand Down

0 comments on commit 44c362c

Please sign in to comment.