Skip to content

Commit

Permalink
Update weather-reminder-email-template.html
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiKohar authored Apr 10, 2022
1 parent b7c7d11 commit c819c5a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h2 style="font-size: 24px; font-weight: normal; margin: 0; color: #ffffff;">{{l
<div style="display: flex; justify-content: space-between; align-items: center; flex-basis: 60%; min-width: 160px;">
<div style="display: flex; justify-content: flex-start; align-items: center;">
<img src={{weather_icon}} alt="" style="width: 50px; height: 50px;">
<span style="height: 50px;line-height: 50px;">{{temp.max}} / {{temp.min}}&deg;F</span>
<span style="height: 50px;line-height: 50px;">{{temp.max}} / {{temp.min}}&deg;C</span>
</div>
</div>
<span style="height: 50px;line-height: 50px; min-width: 100px; text-align: left; color: #8a8a8a;">
Expand All @@ -39,4 +39,4 @@ <h2 style="font-size: 24px; font-weight: normal; margin: 0; color: #ffffff;">{{l
</td>
</tr>
</tbody>
</table>
</table>

0 comments on commit c819c5a

Please sign in to comment.