We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25cae94 commit 005dc5bCopy full SHA for 005dc5b
constituents/modals.tsx
@@ -61,10 +61,10 @@ export default function ResumeModal() {
61
leaveFrom="opacity-100 scale-100"
62
leaveTo="opacity-0 scale-95"
63
>
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">
+ <DialogPanel className="w-full max-w-4xl transform overflow-hidden rounded-3xl text-left align-middle shadow-xl transition-all bg-neutral-800">
+ <section className="dark p-2">
66
<Image
67
- className="rounded-lg"
+ className="rounded-3xl"
68
ref={resumeRef}
69
src="MidhunJinan_Resume.jpg"
70
alt="Mid Hunter's Resume"
0 commit comments