all repos — caroster @ d25fd2970a46f8b86f2abaaff47a8ebef62e4f73

[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`;