Skip to content
Snippets Groups Projects
Commit 3e8184ee authored by Tim's avatar Tim
Browse files

consolidate styles for consistent preview rendering #185

parent e65ecc1d
No related branches found
No related tags found
No related merge requests found
.Markdown {
font-family: 'Source Serif Pro', serif;
font-size: 120%;
line-height: 150%;
}
// used for comments
.Markdown.MarkdownViewer--small {
font-family: inherit;
font-size: 100%;
img {
max-width: 400px;
max-height: 400px;
}
}
.Markdown, .ReplyEditor__body.rte {
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
hyphens: auto;
h1, h2, h3, h4, h5, h6 {
font-family: 'Source Serif Pro', serif;
......@@ -72,10 +94,3 @@
max-height: 75vw;
}
}
.Markdown.MarkdownViewer--small {
img {
max-width: 400px;
max-height: 400px;
}
}
......@@ -44,16 +44,6 @@
.PostFull__body {
padding: 1rem 0 2rem 0;
clear: left;
font-family: 'Source Serif Pro', serif;
font-size: 120%;
line-height: 150%;
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
hyphens: auto;
}
.PostFull__footer {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment