all repos — caroster @ ec2276de0c9fc726e11e5be10ba90e54216f1cec

[Octree] Group carpool to your event https://caroster.io

backend/src/api/email/utils/layout.ts (view raw)

 1export const getHTMLMeta = () => `
 2<style type="text/css">
 3    body {
 4        font-family: sans;
 5    }
 6    main {
 7        max-width: 40rem;
 8        margin: 0 auto;
 9    }
10</style>
11`;