[Fix #3064] Change logo size
This commit is contained in:
parent
9c6c11027c
commit
b3f3106888
1 changed files with 1 additions and 1 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue