Skip to content

Commit fe8e1f7

Browse files
committed
Merge pull request #35 from AxessWeb/patch-1
Fix for small image
2 parents 9075229 + 03b7821 commit fe8e1f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

email.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
img {
2020
max-width: 600px;
21-
width: 100%;
21+
width: auto;
2222
}
2323

2424
body {

0 commit comments

Comments
 (0)