Skip to content

Commit

Permalink
fix: responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitdasu committed Jan 28, 2023
1 parent 03d7048 commit 486376a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Profile/Project/Project.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const Project: FC<IProject> = ({
animate={{ opacity: 1 }}
exit={{ opacity: 0 }}
transition={{ duration: 1 }}
className="flex w-[calc(100%-16px)] flex-col items-start justify-between gap-4 rounded-lg border border-gray-100 bg-white p-2 text-gray-900 shadow-border-shadow transition-all hover:shadow-md dark:border-gray-700 dark:bg-slate-800 dark:text-gray-100 md:p-4"
className="flex w-full flex-col items-start justify-between gap-4 rounded-lg border border-gray-100 bg-white p-2 text-gray-900 shadow-border-shadow transition-all hover:shadow-md dark:border-gray-700 dark:bg-slate-800 dark:text-gray-100 md:p-4"
>
<div className="flex w-full flex-row items-center justify-between">
<Typography
Expand Down

0 comments on commit 486376a

Please sign in to comment.