Skip to content

Commit

Permalink
Added more styling changes
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaeling committed Oct 28, 2023
1 parent 49f7b5b commit 3a36b57
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='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-16 sm:mb-6 mt-4 sm:mt-0 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 3a36b57

Please sign in to comment.