mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
Wider code blocks on Markdown content (Closes #1519)
This commit is contained in:
parent
097596e1a4
commit
a7ceb25ac7
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user