feat: responsive headshot
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user