Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaerinx committed Nov 24, 2024
1 parent 96c58d6 commit 9ad2a57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Components/Landing/Star.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const Star = ({
<motion.div
variants={AppearingVariants}
key={index}
className="m-4"
style={{
top: `${y}%`,
left: `${x}%`,
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Landing/TextArea.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const Text = forwardRef((_props, ref: LegacyRef<HTMLDivElement>) => {
ref={ref}
>
<div className="">
<div className=" lg:text-[4vw] text-white">DS3</div>
<div className=" lg:text-[4vw] text-[7vw] text-white">DS3</div>
<div className="flex text-white lg:text-[5vw] leading-[4vw] ml-[-0.1rem] text-[6vw]">
<div className="text-[#F58134]">Learn</div>,
<div className="text-[#19B5CA] ml-[0.5rem]">Build</div>,
Expand Down

0 comments on commit 9ad2a57

Please sign in to comment.