Skip to content

Commit

Permalink
Hide superfluous experience data on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdburdick committed Jun 12, 2024
1 parent ef33f01 commit 0459648
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/_content/Experience.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ export default function Experience() {
<div className="col-span-12 items-center md:col-start-4">
<div className="flex gap-2 text-base">
<span>{role.title}</span>
<span>{role.location}</span>
<span>{role.type}</span>
<span className="hidden md:inline">{role.location}</span>
<span className="hidden md:inline">{role.type}</span>
</div>
</div>
</div>
Expand Down

0 comments on commit 0459648

Please sign in to comment.