Fix title alignment in Outlook/WindowsMail
This commit is contained in:
parent
68a4002366
commit
07531e8477
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
<%= image_tag attachments["logo.png"].url, alt: "OpenStreetMap logo", title: "OpenStreetMap", height: "30", width: "30", border: "0" %>
|
<%= image_tag attachments["logo.png"].url, alt: "OpenStreetMap logo", title: "OpenStreetMap", height: "30", width: "30", border: "0" %>
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td style="padding: 10px 0px">
|
<td style="width: 550px; padding: 0px; text-align: left">
|
||||||
<a href="<%= @root_url %>" target="_blank" style="text-decoration: none; color: #000">
|
<a href="<%= @root_url %>" target="_blank" style="text-decoration: none; color: #000">
|
||||||
<h1 style="font-size: 18px; font-weight: 600; margin: 0; text-align: left">OpenStreetMap</h1>
|
<h1 style="font-size: 18px; font-weight: 600; margin: 0; text-align: left">OpenStreetMap</h1>
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue