Skip to content

Commit

Permalink
Minor styling improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
josippapez committed Oct 6, 2024
1 parent fffce37 commit d41f40b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export const PDFTabNavigationPresenter = ({
return (
<div
className={cn(
'z-10 flex w-28 min-w-fit overflow-y-auto overflow-x-hidden px-1 py-8 shadow-sm max-[500px]:w-[70px] min-[500px]:w-28 min-[500px]:min-w-[7rem]'
'z-10 flex w-28 min-w-fit overflow-y-auto overflow-x-hidden px-1 py-8 shadow-sm max-[500px]:w-[70px] min-[500px]:w-28 min-[500px]:min-w-[7rem] md:overflow-y-visible md:overflow-x-visible'
)}
>
<div className='flex flex-grow flex-col justify-between gap-6'>
Expand Down
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = {
colors: {
midnight: '#121230',
'almost-black-input': '#2f3132',
'almost-black': '#000000',
'almost-black': 'rgb(25, 25, 25)',
'almost-white': '#adaca9',
'slight-gray': '#deded4',
},
Expand Down

1 comment on commit d41f40b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for cv-maker ready!

✅ Preview
https://cv-maker-r7a54v2kp-josippapezs-projects.vercel.app

Built with commit d41f40b.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.