Limit the width of images in emails

This fixes an issue in Mail.app, where large images would expand outside
of the viewport.
This commit is contained in:
Pierre de La Morinerie 2014-05-13 14:49:03 +02:00
parent 69577b57f8
commit a220fc5455

View file

@ -4,6 +4,10 @@
%title
GitLab
:css
img {
max-width: 100%;
height: auto;
}
p.details {
font-style:italic;
color:#777