Skip to content

Commit fa8d28f

Browse files
committed
style updates; comment resume code
1 parent af6363a commit fa8d28f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Diff for: app/ui/components/contact-card.tsx

+5-6
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,17 @@ export default function ContactCard({
5353
<div className="overflow-y-scroll">
5454
<section className="flex flex-col gap-2">
5555
<article className="flex flex-col justify-center items-center">
56-
<h3 className="text-center text-3xl sm:text-4xl lg:text-5xl font-extrabold occupation-shadow">
56+
<h3 className="text-center text-3xl sm:text-4xl lg:text-5xl font-extrabold occupation-shadow sm:mb-3">
5757
Mark Satin
5858
</h3>
59-
<a href="/Software-Engineer-Resume_Mark-Satin.pdf" download="Mark-Satin-SWE-Resume">
59+
{/* <a href="/Software-Engineer-Resume_Mark-Satin.pdf" download="Mark-Satin-SWE-Resume">
6060
<p
6161
role="button"
6262
className="text-gray-200 text-right sm:text-left text-[.8rem] sm:text- md:text-lg underline underline-offset-2 cursor-pointer hover:text-accent duration-1000 my-1"
6363
>
6464
Download Resume
6565
</p>
66-
</a>
66+
</a> */}
6767
</article>
6868
<article className="border-4 border-[#800080] overflow-clip">
6969
<Image
@@ -74,10 +74,9 @@ export default function ContactCard({
7474
className="relative h-[250px] sm:h-[500px]"
7575
/>
7676
</article>
77-
<article className="occupation-shadow text-md w-full sm:text-xl text-center sm:tracking-widest lg:text-2xl xl:text-3xl xl:tracking-wide">
78-
<h4 className="tracking-wide">Software Engineer</h4>
77+
<article className="occupation-shadow text-lg w-full sm:text-2xl md:text-4xl md:my-1 text-center tracking-wide sm:tracking-widest xl:tracking-wide">
7978
<h4>
80-
Designer <span className="md:text-2xl">&#x2022;</span> Photographer
79+
Photographer
8180
</h4>
8281
</article>
8382
</section>

0 commit comments

Comments
 (0)