Skip to content

Commit

Permalink
Adjust schedule content positioning and width for better layout
Browse files Browse the repository at this point in the history
  • Loading branch information
ethn1ee committed Dec 6, 2024
1 parent 2135105 commit 6dcdad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/sections/3-schedule/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const Content = () => {
return (
<motion.div
ref={container}
className="absolute top-[8vw] sm:top-[12vw] right-[15vw] sm:right-[25vw] w-[70vw] sm:w-[50vw] h-auto z-40"
className="absolute top-[8vw] sm:top-[12vw] right-[12.5vw] w-[75vw] h-auto z-40"
>
<Parallax containerRef={container} speed="sm">
{/* TITLE */}
Expand Down

0 comments on commit 6dcdad7

Please sign in to comment.