all repos — caroster @ a9547860ccc77ad9735f07bda93f9234d41251f1

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