feat: responsive headshot
This commit is contained in:
@@ -89,11 +89,11 @@ function Header() {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<section>
|
<section>
|
||||||
<div>
|
<div css={{ display: "flex", justifyContent: "center" }}>
|
||||||
<img
|
<img
|
||||||
src={resumeImage}
|
src={resumeImage}
|
||||||
alt="headshot"
|
alt="headshot"
|
||||||
css={{ width: "14em", borderRadius: "50%", objectFit: "contain" }}
|
css={{ width: "70%", borderRadius: "50%", objectFit: "contain" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user