all repos — caroster @ 250953e47e050512ff7bc85b405e1073128d7f3f

[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    header {
 7        text-align: center;
 8    }
 9    header img {
10        width: 20rem;
11        max-width: 100%;
12    }
13    main {
14        max-width: 40rem;
15        margin: 0 auto;
16    }
17</style>
18`;