Skip to content

Commit

Permalink
fix companies section (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
omarghandour authored Nov 25, 2024
2 parents df8b969 + 333977e commit a06b485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/companies/Companies.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const Companies = forwardRef<HTMLDivElement>((_, ref) => {
className={`overflow-y-hidden bg-black h-[100dvh] flex flex-col justify-center gap-5 snap-start text-white font-bold transition-all duration-700`}
>
<div
className={`image-company h-[287px] center transition-all duration-700 ${
className={`image-company md:h-[287px] center transition-all duration-700 ${
isInView ? "opacity-100 translate-y-0" : "opacity-0 translate-y-10"
}`}
>
Expand Down

1 comment on commit a06b485

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for blackwaves ready!

✅ Preview
https://blackwaves-jlyu787w5-omarkhaled9913gmailcoms-projects.vercel.app

Built with commit a06b485.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.