1
0
Fork 0
mirror of synced 2024-09-30 17:26:48 +13:00

Style Changes

This commit is contained in:
Bradley Schofield 2023-08-28 09:35:26 +01:00
parent 82f400d177
commit c566843518
2 changed files with 11 additions and 4 deletions

View file

@ -42,6 +42,10 @@
border: none;
border-top: 1px solid #E8E9F0;
}
p {
margin-bottom: 10px;
}
</style>
</head>

View file

@ -1,12 +1,15 @@
<p>{{hello}}</p>
<br>
<p>{{body}}</p>
<a href="{{redirect}}" target="_blank">{{redirect}}</a>
<p>{{footer}}</p>
<p>{{thanks}}
<br />
{{signature}}
</p>
<br>
<p>{{thanks}}</p>
<p>{{signature}}</p>