Wider code blocks on Markdown content (Closes #1519)

This commit is contained in:
Gregory Schier 2019-05-23 11:31:40 -04:00
parent 097596e1a4
commit a7ceb25ac7

View File

@ -6,9 +6,12 @@
// }
.markdown-preview__content {
max-width: 36em;
margin-right: auto;
& > *:not(pre) {
max-width: 50rem;
}
h1 {
font-size: @font-size-xxl;
border-bottom: 1px solid var(--hl-sm);