Skip to content

Commit

Permalink
Fixed the bug in the lamp component.
Browse files Browse the repository at this point in the history
  • Loading branch information
captain-n3m0 committed Aug 24, 2024
1 parent d89da51 commit 60c5a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/lamp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const LampContainer = ({
className
)}
>
<div className="relative flex w-full flex-1 scale-y-125 items-center justify-center isolate z-0 ">
<div className="relative flex w-full flex-1 sm:scale-y-100 scale-y-125 items-center justify-center isolate z-0 ">
<motion.div
initial={{ opacity: 0.5, width: "15rem" }}
whileInView={{ opacity: 1, width: "30rem" }}
Expand Down

0 comments on commit 60c5a97

Please sign in to comment.