Skip to content

Commit 03b7821

Browse files
committed
Fix for small image
Small images are distorted because width is 100%
1 parent 9075229 commit 03b7821

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)