Merge version_12_1781411627540 into main #13

Merged
bender merged 2 commits from version_12_1781411627540 into main 2026-06-14 04:40:52 +00:00

View File

@@ -126,7 +126,7 @@ const ProjectsInline = () => {
<div className="absolute inset-x-5 bottom-5 xl:inset-x-6 xl:bottom-6 2xl:inset-x-7 2xl:bottom-7 flex flex-col text-background">
<span className="text-2xl font-semibold leading-snug truncate">{item.title}</span>
<span className="text-base leading-snug truncate mb-3">{item.description}</span>
<Button text="View Project" href={item.href || "#"} variant="secondary" className="w-fit" />
<Button text="View Project" href={item.href || "#"} variant="secondary" className="w-max mt-2" />
</div>
</div>
);