Skip to content

Commit

Permalink
style: update email signature styles for better compatibility and con…
Browse files Browse the repository at this point in the history
…sistency
  • Loading branch information
irony committed Sep 20, 2024
1 parent 1ee11e1 commit 19fed2b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions views/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,16 @@ html
h2 2. Copy your signature to your mail client

div
table(cellpadding="0" cellspacing="0" style="border:0; font-family: Arial, sans-serif;")
table(cellpadding="0" cellspacing="0" style="border:0; font-family: Arial, sans-serif; font-size: 12px; line-height: 1.5;")
tr
td(style="padding-right: 15px;")
img(src="https://iteam.se/apple-touch-icon.png" alt="Iteam Logo" height="105" style="display: block;")
td(style="vertical-align: middle;")
p(style="font-weight: bold; margin: 0;") #{name}
p(style="margin: 0 0 5px 0;") #{title}
p(style="margin: 0;")
a(href=`tel:${phone}` style="color: #000000; text-decoration: none;") #{phone}
p(style="margin: 0;")
a(href=`mailto:${email}` style="color: #FF3B5C; text-decoration: none;") #{email}
p(style="margin: 0;")
a(href="https://www.iteam.se" style="color: #FF3B5C; text-decoration: none;") www.iteam.se
p(style="font-weight: bold; margin: 0; font-size: 14px;") #{name}
p(style="margin: 0 0 5px 0; font-size: 12px;") #{title}
p(style="margin: 0; font-size: 12px;")
a(href=`tel:${phone}` style="color: #000000; text-decoration: none; font-size: 12px;") #{phone}
p(style="margin: 0; font-size: 12px;")
a(href=`mailto:${email}` style="color: #FF3B5C; text-decoration: none; font-size: 12px;") #{email}
p(style="margin: 0; font-size: 12px;")
a(href="https://www.iteam.se" style="color: #FF3B5C; text-decoration: none; font-size: 12px;") www.iteam.se

0 comments on commit 19fed2b

Please sign in to comment.