Skip to content

Commit

Permalink
Update: Skills, Qualificaitons, Awards again :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham-Patel07 committed Aug 17, 2024
1 parent 1f696ca commit 87d979f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/about/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ const About = () => {
className="flex-1 flex flex-col md:flex-row max-w-max gap-x-2 items-center text-white/60"
>
{/* title */}
<div className="font-light mb-2 md:mb-0 whitespace-nowrap">{item.title}</div>
<div className="font-light mb-2 md:mb-0">{item.title}</div>
<div className="hidden md:flex">-</div>
<div>{item.stage}</div>
<div className="flex gap-x-4">
Expand Down

0 comments on commit 87d979f

Please sign in to comment.