Skip to content

Commit 005dc5b

Browse files
committed
❤️ UX: Fuller Resume Preview
1 parent 25cae94 commit 005dc5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

constituents/modals.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ export default function ResumeModal() {
6161
leaveFrom="opacity-100 scale-100"
6262
leaveTo="opacity-0 scale-95"
6363
>
64-
<DialogPanel className="w-full max-w-lg transform overflow-hidden rounded-3xl text-left align-middle shadow-xl transition-all bg-neutral-800">
65-
<section className="dark">
64+
<DialogPanel className="w-full max-w-4xl transform overflow-hidden rounded-3xl text-left align-middle shadow-xl transition-all bg-neutral-800">
65+
<section className="dark p-2">
6666
<Image
67-
className="rounded-lg"
67+
className="rounded-3xl"
6868
ref={resumeRef}
6969
src="MidhunJinan_Resume.jpg"
7070
alt="Mid Hunter's Resume"

0 commit comments

Comments
 (0)