all repos — caroster @ e2598a4ee8509d750b345ddab93497d0102ac1d8

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