Skip to content

Commit 6300a51

Browse files
Update email Image height for width issue in mobile
1 parent 2ba8d6c commit 6300a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/contact/Contact.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ function Contact() {
331331
<div id="emailImg">
332332
<Bounce left>
333333
<div>
334-
<img src={emailImg} alt="" height={300} width={400} />
334+
<img src={emailImg} alt="" height={300} width={345} />
335335
</div>
336336
</Bounce>
337337
</div>

0 commit comments

Comments
 (0)