Files
newsletter-hackernews/components/emails/utils/styling.ts
2023-12-04 16:18:35 +01:00

16 lines
239 B
TypeScript

export const main = {
backgroundColor: '#ffffff'
};
export const container = {
margin: '0 auto',
padding: '20px 0 48px',
width: '580px'
};
export const paragraph = {
fontSize: '18px',
lineHeight: '1.4',
color: '#484848'
};