Skip to content

Commit

Permalink
Updated job card to full-width display
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchMcQuinn committed Dec 2, 2024
1 parent 51719b1 commit 2a78190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/jobs/Job.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default function Job({
{isActive && (
<div
id="job-container"
className={`flex flex-col justify-between bg-dark-cool rounded-md lg:w-[500px]`}
className={`flex flex-col justify-between bg-dark-cool rounded-md mx-5 lg:mx-0`}
>
<Frame>
<div className="flex justify-between items-end">
Expand Down

0 comments on commit 2a78190

Please sign in to comment.