We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a4a440 commit ced5ba7Copy full SHA for ced5ba7
1 file changed
src/components/Projects.tsx
@@ -739,12 +739,12 @@ const Projects: React.FC = () => {
739
animate={{ opacity: 1, scale: 1, y: 0 }}
740
exit={{ opacity: 0, scale: 0.95, y: 20 }}
741
transition={{ duration: 0.25, ease: 'easeOut' }}
742
- className="bg-white dark:bg-surface-900 rounded-2xl max-w-2xl w-full max-h-[85vh] overflow-y-auto shadow-2xl"
+ className="bg-white dark:bg-surface-900 rounded-2xl max-w-5xl w-full max-h-[90vh] overflow-y-auto shadow-2xl"
743
onClick={(e) => e.stopPropagation()}
744
>
745
<ProjectThumbnail
746
project={selectedProject}
747
- className="h-56 sm:h-64"
+ className="w-full"
748
/>
749
750
<div className="p-6 sm:p-8">
0 commit comments