Skip to content

Commit

Permalink
Fix(timeline): move content downwards
Browse files Browse the repository at this point in the history
  • Loading branch information
ThulinaWickramasinghe committed Aug 25, 2024
1 parent 24056af commit 66cb1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/2024/src/components/landing/timeline/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const Timeline = () => {
</Fragment>
))}
</span>
<div className="w-full h-full absolute p-8 top-0 left-0 z-10 flex flex-col justify-center transition-all duration-700">
<div className="w-full h-full absolute p-8 top-1 left-0 z-10 flex flex-col justify-center transition-all duration-700">
<span className="text-lg sm:text-xl md:text-xl lg:text-2xl text-start font-cabinet font-medium text-black/40 lg:mt-20">
<span className="text-black/80 font-extrabold">{item.title} - </span> {item.description}
</span>
Expand Down

0 comments on commit 66cb1c2

Please sign in to comment.