mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-21 06:37:36 -04:00
Wider code blocks on Markdown content (Closes #1519)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user