Tweaked email layout

This commit is contained in:
Jori Lallo
2018-03-04 23:18:39 -08:00
parent 7272b24eaf
commit 189c592a44
4 changed files with 28 additions and 1 deletions

View File

@ -14,7 +14,7 @@ export default ({ children }: Props) => {
<TBody>
<TR>
<TD>
<EmptySpace height={40} />
<EmptySpace height={20} />
{children}
<EmptySpace height={40} />
</TD>