Skip to content

Commit bb55ea4

Browse files
Merge pull request #178 from sauravmishra1710/dev
Update email Image height for width issue in mobile
2 parents a491f30 + 6300a51 commit bb55ea4

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)