Skip to content

Commit

Permalink
Removed temporary debugging styling
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaeling committed Oct 28, 2023
1 parent 63cbbc1 commit 49f7b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/experience/ExperienceCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function ExperienceCard({
skills: string[],
}): JSX.Element {
return (
<div className='bg-darker sm:flex sm:px-6 sm:py-6 relative mb-6 transition sm:hover:bg-dark sm:hover:bg-opacity-20 sm:hover:shadow-sm rounded-xl font-display font-thin'>
<div className='sm:flex sm:px-6 sm:py-6 relative mb-6 transition sm:hover:bg-dark sm:hover:bg-opacity-20 sm:hover:shadow-sm rounded-xl font-display font-thin'>
<div className='sm:text-right sm:w-40 sm:px-4 text-xl flex-none lg:w-44'>
<h1 className='font-extrabold mb-1'>
{workplace}
Expand Down

0 comments on commit 49f7b5b

Please sign in to comment.