File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -53,17 +53,17 @@ export default function ContactCard({
53
53
< div className = "overflow-y-scroll" >
54
54
< section className = "flex flex-col gap-2" >
55
55
< 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 " >
57
57
Mark Satin
58
58
</ 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">
60
60
<p
61
61
role="button"
62
62
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"
63
63
>
64
64
Download Resume
65
65
</p>
66
- </ a >
66
+ </a> */ }
67
67
</ article >
68
68
< article className = "border-4 border-[#800080] overflow-clip" >
69
69
< Image
@@ -74,10 +74,9 @@ export default function ContactCard({
74
74
className = "relative h-[250px] sm:h-[500px]"
75
75
/>
76
76
</ 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" >
79
78
< h4 >
80
- Designer < span className = "md:text-2xl" > • </ span > Photographer
79
+ Photographer
81
80
</ h4 >
82
81
</ article >
83
82
</ section >
You can’t perform that action at this time.
0 commit comments