Skip to content

Instantly share code, notes, and snippets.

@sandervanhooft
Last active April 9, 2018 12:34
Mail template code snippet css for pre tag based on ConvertKit editor
pre {
padding: 1em;
border: 1px solid #ddd;
border-radius: 3px;
background: #f8f8f8;
font-size: 90%;
line-height: 1.6em;
font-family: Menlo, Monaco, monospace, sans-serif !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment