fix docs img width

This commit is contained in:
dragonwocky 2020-06-13 11:16:35 +10:00
parent a5db291250
commit 4a01fe9761
Signed by: dragonwocky
GPG Key ID: C7A48B7846AA706D
2 changed files with 6 additions and 1 deletions

View File

@ -294,6 +294,9 @@ aside .mark a {
padding-left: 1em; padding-left: 1em;
border-left: 0.25em solid var(--border); border-left: 0.25em solid var(--border);
} }
.wrapper .documentative img {
max-width: 100%;
}
.wrapper .documentative h1 + table, .wrapper .documentative h1 + table,
.wrapper .documentative h2 + table, .wrapper .documentative h2 + table,
.wrapper .documentative h3 + table, .wrapper .documentative h3 + table,
@ -495,4 +498,6 @@ aside .mark a {
.hljs-strong { .hljs-strong {
font-weight: bold; font-weight: bold;
} }
.documentative pre .lang-css::before { content: 'CSS'; } .documentative pre .lang-css::before {
content: 'CSS';
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 234 KiB

After

Width:  |  Height:  |  Size: 234 KiB