Skip to content

Commit

Permalink
Tweak experience padding-top for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdburdick committed Jun 17, 2024
1 parent 19a3374 commit a9db9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/_content/Experience.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default function Experience() {
<li
key={`experience-${toKebabCase(experience.company)}`}
id={toKebabCase(experience.company)}
className="grid gap-2 pt-10"
className="grid gap-2 pt-16 md:pt-10"
>
<div className="grid grid-cols-12">
<div className="col-span-12 font-semibold md:col-span-8 md:col-start-4">
Expand Down

0 comments on commit a9db9cb

Please sign in to comment.