💄 Fix padding on email templates

This commit is contained in:
Luke Vella 2023-03-16 16:29:55 +00:00
parent 8ab67683cf
commit 05d2c7b1d0

View file

@ -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"> <Container className="max-w-xl">
<Section className="my-4"> <Section className="my-4">
<Img src={absoluteUrl("/logo.png")} alt="Rallly" width={128} /> <Img src={absoluteUrl("/logo.png")} alt="Rallly" width={128} />