Resize logo in richtext signature
This commit is contained in:
parent
31d75d9064
commit
bd8825356a
2 changed files with 5 additions and 2 deletions
Binary file not shown.
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 11 KiB |
|
@ -29,11 +29,14 @@
|
|||
color: #59F591;
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
|
||||
#logo {
|
||||
width: 100px;
|
||||
}
|
||||
</style>
|
||||
<div id="signature-container">
|
||||
<div class="signature-column">
|
||||
<img src="edurable-logo.png" alt="e-Durable logo" />
|
||||
<img id="logo" src="edurable-logo.png" alt="e-Durable logo" />
|
||||
<small>
|
||||
Domaine des Pins C<br />
|
||||
1196 Gland, Switzerland
|
||||
|
|
Loading…
Reference in a new issue