[Fix #3064] Change logo size

This commit is contained in:
Mathieu Magnin 2019-03-21 15:39:37 +01:00
parent 9c6c11027c
commit b3f3106888

View file

@ -3,7 +3,7 @@
%table{ width: "100%", border: "0", cellspacing: "0", cellpadding: "0" }
%tr
%td{ align: "center" }
= image_tag @logo_url, style: "height: 150px;"
= image_tag @logo_url, height: "150", style: "display:block; max-height: 150px; max-width: 150px;"
- content_for :footer do
- if @dossier.present?