feat: responsive headshot

This commit is contained in:
Avraham Sakal
2026-05-24 11:39:35 -04:00
parent 91931039bc
commit 9909ee6d94
+2 -2
View File
@@ -89,11 +89,11 @@ function Header() {
}}
>
<section>
<div>
<div css={{ display: "flex", justifyContent: "center" }}>
<img
src={resumeImage}
alt="headshot"
css={{ width: "14em", borderRadius: "50%", objectFit: "contain" }}
css={{ width: "70%", borderRadius: "50%", objectFit: "contain" }}
/>
</div>
</section>