how to change mail container width #113
-
const main = {
backgroundColor: "#f6f9fc",
fontFamily:
'-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Ubuntu,sans-serif',
};
const container = {
backgroundColor: "#ffffff",
margin: "0 auto",
marginBottom: "64px",
padding: "20px 0 48px",
width: "61em",
};
<Body style={main}>
<Container style={container}>
...
<table align="center"
width="100%"
data-id="@jsx-email/container"
role="presentation"
cellSpacing="0"
cellPadding="0"
border="0"
style="max-width:60em;background-color:#ffffff;margin:0 auto;margin-bottom:64px;padding:20px 0 48px"> |
Beta Was this translation helpful? Give feedback.
Answered by
lordelogos
Dec 29, 2023
Replies: 1 comment 2 replies
-
There's a |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example usage: