mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-19 17:27:26 +02:00
💄 Fix padding on email templates
This commit is contained in:
parent
8ab67683cf
commit
05d2c7b1d0
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ export const EmailLayout = ({
|
|||
},
|
||||
}}
|
||||
>
|
||||
<Body className="bg-white px-3 py-6">
|
||||
<Body className="bg-white p-3">
|
||||
<Container className="max-w-xl">
|
||||
<Section className="my-4">
|
||||
<Img src={absoluteUrl("/logo.png")} alt="Rallly" width={128} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue